build: set PHPStan paths
This commit is contained in:
parent
67a9f556c4
commit
8577874480
2 changed files with 3 additions and 1 deletions
|
@ -15,6 +15,8 @@ php:
|
||||||
standard: Drupal,DrupalPractice
|
standard: Drupal,DrupalPractice
|
||||||
phpstan:
|
phpstan:
|
||||||
level: max
|
level: max
|
||||||
|
paths:
|
||||||
|
- web/modules/custom
|
||||||
|
|
||||||
drupal:
|
drupal:
|
||||||
docroot: web
|
docroot: web
|
||||||
|
|
|
@ -3,5 +3,5 @@
|
||||||
parameters:
|
parameters:
|
||||||
level: max
|
level: max
|
||||||
paths:
|
paths:
|
||||||
- src
|
- web/modules/custom
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue