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 e47c4c1 commit 8516386Copy full SHA for 8516386
Makefile
@@ -212,8 +212,8 @@ endif
212
.PHONY: lint
213
lint:
214
./vendor/bin/phpcs --ignore="./vendor/" --standard=phpcs.xml src test
215
- ./vendor/bin/phpmd src text codesize,unusedcode,naming,design --exclude vendor
216
- ./vendor/bin/phpmd test text unusedcode,naming,design
+ ./vendor/bin/phpmd src text codesize,unusedcode,naming,design --exclude */vendor/*
+ ./vendor/bin/phpmd test text unusedcode,naming,design --exclude */vendor/*
217
php -r 'exit((int)version_compare(PHP_MAJOR_VERSION, "7", ">"));' || ./vendor/phpstan.phar analyse
218
219
# Run all tests and reports
0 commit comments