Skip to content

Commit b655a3a

Browse files
Kocalondrejmirtes
authored andcommitted
fix(lint): exclude 'tests/Rule/Nette/data'
1 parent b531f73 commit b655a3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ tests:
88
.PHONY: lint
99
lint:
1010
php vendor/bin/parallel-lint --colors \
11-
src tests
11+
src tests \
12+
--exclude tests/Rule/Nette/data
1213

1314
.PHONY: cs
1415
cs:

0 commit comments

Comments
 (0)