mirror of
https://github.com/opdavies/build-configs.git
synced 2025-02-08 16:15:03 +00:00
fix(phpstan): ignore test files by default
This commit is contained in:
parent
82889f1fa9
commit
d9cdc2bac6
|
@ -2,7 +2,10 @@
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
level: {{ php.phpstan.level }}
|
level: {{ php.phpstan.level }}
|
||||||
|
ignorePaths:
|
||||||
|
- *Test.php
|
||||||
|
- *TestBase.php
|
||||||
paths:
|
paths:
|
||||||
{% for path in php.phpstan.paths | default(["src"]) -%}
|
{% for path in php.phpstan.paths | default(["src"]) -%}
|
||||||
- {{ path }}
|
- {{ path }}
|
||||||
{% endfor %}
|
{%- endfor %}
|
||||||
|
|
Loading…
Reference in a new issue