build: set PHPStan paths

This commit is contained in:
Oliver Davies 2023-04-21 12:42:01 +01:00
parent 67a9f556c4
commit 8577874480
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -3,5 +3,5 @@
parameters: parameters:
level: max level: max
paths: paths:
- src - web/modules/custom