Skip to content

Commit 7188c0b

Browse files
staabmondrejmirtes
authored andcommitted
move analyse-paths into phpstan.neon
1 parent 5f39876 commit 7188c0b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ cs-fix:
2626

2727
.PHONY: phpstan
2828
phpstan:
29-
php vendor/bin/phpstan analyse -c phpstan.neon src tests
29+
php vendor/bin/phpstan analyse -c phpstan.neon

phpstan.neon

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,9 @@ parameters:
88
level: 8
99
resultCachePath: tmp/resultCache.php
1010

11+
paths:
12+
- src
13+
- tests
14+
1115
excludePaths:
1216
- tests/*/data/*

0 commit comments

Comments
 (0)