We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b6107 commit 55efa09Copy full SHA for 55efa09
Makefile
@@ -12,7 +12,8 @@ check: checkstyle checkquality test
12
checkstyle:
13
vendor/bin/php-cs-fixer fix --dry-run --diff --stop-on-violation --allow-risky=yes
14
vendor/bin/phpcs --standard=Magento2 --ignore=./vendor/ .
15
- vendor/bin/phpcs --standard=PHPCompatibility --runtime-set testVersion 7.0- --ignore=./vendor/ .
+ vendor/bin/phpcs --standard=PHPCompatibility --runtime-set testVersion 7.0- --ignore=./vendor/,./Test/ .
16
+ vendor/bin/phpcs --standard=PHPCompatibility --runtime-set testVersion 7.1- ./Test/
17
composer normalize --dry-run
18
19
.PHONY: checkquality
0 commit comments