mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-27 18:50:43 +00:00
Fix installed_paths config for PHPCS23Utils
Fixes error:
$ ./tests/check_coding_standards.sh
PHP_CodeSniffer version 3.7.1 (stable) by Squiz (http://www.squiz.net)
ERROR: Referenced sniff "PHPCS23Utils" does not exist
Run "phpcs --help" for usage information
Error: found standard violation(s)
This commit is contained in:
+1
-3
@@ -2,9 +2,7 @@
|
||||
<ruleset name="PSR2Modified">
|
||||
<!-- Run against the PHPCompatibility ruleset. -->
|
||||
<rule ref="PHPCompatibility" />
|
||||
<!--
|
||||
<config name="installed_paths" value="vendor/phpcompatibility/php-compatibility" />
|
||||
-->
|
||||
<config name="installed_paths" value="vendor/phpcompatibility/php-compatibility,vendor/phpcsstandards/phpcsutils/PHPCS23Utils" />
|
||||
|
||||
<!-- Run against the PSR2 ruleset with some exclusions. -->
|
||||
<rule ref="PSR2">
|
||||
|
||||
Reference in New Issue
Block a user