File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ check: checkstyle checkquality test
11
11
.PHONY : checkstyle
12
12
checkstyle :
13
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/,./Test/ .
16
- vendor/bin/phpcs --standard=PHPCompatibility --runtime-set testVersion 7.1- ./Test/
14
+ vendor/bin/phpcs -s - -standard=Magento2 --ignore=./vendor/ .
15
+ vendor/bin/phpcs -s - -standard=PHPCompatibility --runtime-set testVersion 7.0- --ignore=./vendor/,./Test/ .
16
+ vendor/bin/phpcs -s - -standard=PHPCompatibility --runtime-set testVersion 7.1- ./Test/
17
17
composer normalize --dry-run
18
18
19
19
.PHONY : checkquality
You can’t perform that action at this time.
0 commit comments