From 8577874480a760781f510be9c4cd0d251461839e Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 21 Apr 2023 12:42:01 +0100 Subject: [PATCH] build: set PHPStan paths --- build.yaml | 2 ++ phpstan.neon.dist | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build.yaml b/build.yaml index a1f4253..bac6d9e 100644 --- a/build.yaml +++ b/build.yaml @@ -15,6 +15,8 @@ php: standard: Drupal,DrupalPractice phpstan: level: max + paths: + - web/modules/custom drupal: docroot: web diff --git a/phpstan.neon.dist b/phpstan.neon.dist index b629b09..2fa6466 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -3,5 +3,5 @@ parameters: level: max paths: - - src + - web/modules/custom \ No newline at end of file