From 7e60133b89b633862c764b2cb69ecfa77e4c6f26 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 23 Apr 2023 17:20:48 +0100 Subject: [PATCH] build-configs(update) --- phpcs.xml.dist | 5 +++-- phpstan.neon.dist | 6 ++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 295e1f7..b7428fd 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -5,5 +5,6 @@ PHPCS configuration file for docker-example-drupal. src - - + + + diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 8ce41f3..c9c2c07 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -2,6 +2,8 @@ parameters: level: max + excludePaths: + - *Test.php + - *TestBase.php paths: - - web/modules/custom - \ No newline at end of file + - web/modules/custom \ No newline at end of file