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 f159eb9 commit b30c243Copy full SHA for b30c243
Makefile
@@ -8,6 +8,7 @@ tests:
8
.PHONY: lint
9
lint:
10
php vendor/bin/parallel-lint --colors \
11
+ --exclude tests/Rules/DeadCode/data/bug-383.php \
12
src tests
13
14
.PHONY: cs
0 commit comments