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 b531f73 commit b655a3aCopy full SHA for b655a3a
Makefile
@@ -8,7 +8,8 @@ tests:
8
.PHONY: lint
9
lint:
10
php vendor/bin/parallel-lint --colors \
11
- src tests
+ src tests \
12
+ --exclude tests/Rule/Nette/data
13
14
.PHONY: cs
15
cs:
0 commit comments