Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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)

AltStyle によって変換されたページ (->オリジナル) /