File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ composer.lock
33.phpcs.xml
44phpcs.xml
55phpunit.xml
6+ .phpunit.result.cache
Original file line number Diff line number Diff line change 6161 - diff -B ./PHPCSDebug/ruleset.xml <(xmllint --format "./PHPCSDebug/ruleset.xml")
6262 - diff -B ./PHPCSDev/ruleset.xml <(xmllint --format "./PHPCSDev/ruleset.xml")
6363
64+ # Validate the composer.json file.
65+ # @link https://getcomposer.org/doc/03-cli.md#validate
66+ - composer validate --no-check-all --strict
6467
6568 # ### QUICK TEST STAGE ####
6669 # This is a much quicker test which only runs the unit tests and linting against the low/high
@@ -144,9 +147,5 @@ script:
144147 # which is why it is run against various PHP versions and not in the "Sniff" stage.
145148 - if [[ "$LINT" == "1" ]]; then composer check-complete; fi
146149
147- # Validate the composer.json file.
148- # @link https://getcomposer.org/doc/03-cli.md#validate
149- - if [[ "$LINT" == "1" ]]; then composer validate --no-check-all --strict; fi
150-
151150 # Run the unit tests.
152151 - if [[ $PHPCS_VERSION != "n/a" ]]; then composer run-tests; fi
Original file line number Diff line number Diff line change 3636 ],
3737 "scripts" : {
3838 "lint" : [
39- " @php ./vendor/jakub-onderka/php-parallel-lint/parallel-lint . -e php --exclude vendor"
39+ " @php ./vendor/jakub-onderka/php-parallel-lint/parallel-lint . -e php --exclude vendor --exclude .git "
4040 ],
4141 "check-cs" : [
4242 " @php ./vendor/squizlabs/php_codesniffer/bin/phpcs"
You can’t perform that action at this time.
0 commit comments