File tree 3 files changed +3
-21
lines changed
3 files changed +3
-21
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ This package contains Composer scripts to quickly run the developer checks which
61
61
62
62
After ` composer install ` , you can do:
63
63
64
- - ` composer lint ` : Lint PHP and XML files in against parse errors.
64
+ - ` composer lint ` : Lint PHP files against parse errors.
65
65
- ` composer cs ` : Check the code style and code quality of the codebase via PHPCS.
66
66
- ` composer test ` : Run the unit tests for the VIPCS sniffs.
67
67
- ` composer test-coverage ` : Run the unit tests for the VIPCS sniffs with coverage enabled.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 39
39
"scripts" : {
40
40
"test-ruleset" : " bin/ruleset-tests" ,
41
41
"lint" : [
42
- " bin/php-lint" ,
43
- " bin/xml-lint"
42
+ " bin/php-lint"
44
43
],
45
44
"cs" : " @php ./vendor/squizlabs/php_codesniffer/bin/phpcs" ,
46
45
"test" : " bin/unit-tests" ,
57
56
]
58
57
},
59
58
"scripts-descriptions" : {
60
- "lint" : " VIPCS: Lint PHP and XML files in against parse errors." ,
59
+ "lint" : " VIPCS: Lint PHP files against parse errors." ,
61
60
"cs" : " VIPCS: Check the code style and code quality of the codebase via PHPCS." ,
62
61
"test" : " VIPCS: Run the unit tests for the VIPCS sniffs." ,
63
62
"test-coverage" : " VIPCS: Run the unit tests for the VIPCS sniffs with coverage enabled." ,
You can’t perform that action at this time.
0 commit comments