Skip to content

Commit

Permalink
fix(lint): exclude 'tests/Rule/Nette/data'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal authored and ondrejmirtes committed May 15, 2021
1 parent b531f73 commit b655a3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ tests:
.PHONY: lint
lint:
php vendor/bin/parallel-lint --colors \
src tests
src tests \
--exclude tests/Rule/Nette/data

.PHONY: cs
cs:
Expand Down

0 comments on commit b655a3a

Please sign in to comment.