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 8a77f4a commit 1bab119Copy full SHA for 1bab119
Makefile
@@ -27,8 +27,8 @@ cs-fix:
27
28
.PHONY: phpstan
29
phpstan:
30
- php vendor/bin/phpstan analyse -l 8 -c phpstan.neon src tests
+ php vendor/bin/phpstan analyse -l 8 -c phpstan.neon
31
32
.PHONY: phpstan-generate-baseline
33
phpstan-generate-baseline:
34
- php vendor/bin/phpstan analyse -l 8 -c phpstan.neon src tests -b phpstan-baseline.neon
+ php vendor/bin/phpstan analyse -l 8 -c phpstan.neon -b phpstan-baseline.neon
phpstan.neon
@@ -13,6 +13,10 @@ includes:
13
- phar://phpstan.phar/conf/bleedingEdge.neon
14
15
parameters:
16
+ paths:
17
+ - src
18
+ - tests
19
+
20
excludePaths:
21
- tests/*/data/*
22
- tests/*/data-attributes/*
0 commit comments