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 11f3ada commit 1fbc321Copy full SHA for 1fbc321
Makefile
@@ -26,8 +26,8 @@ cs-fix:
26
27
.PHONY: phpstan
28
phpstan:
29
- php vendor/bin/phpstan analyse -c phpstan.neon src tests
+ php vendor/bin/phpstan analyse -c phpstan.neon
30
31
.PHONY: phpstan-generate-baseline
32
phpstan-generate-baseline:
33
- php vendor/bin/phpstan analyse -c phpstan.neon src tests -b phpstan-baseline.neon
+ php vendor/bin/phpstan analyse -c phpstan.neon -b phpstan-baseline.neon
phpstan.neon
@@ -12,6 +12,10 @@ parameters:
12
13
resultCachePath: tmp/resultCache.php
14
15
+ paths:
16
+ - src
17
+ - tests
18
+
19
excludePaths:
20
- tests/*/data/*
21
ignoreErrors:
0 commit comments