From 17b7ac72c694e33a5c4e1ff231e625eea77d6d37 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 23 Apr 2023 17:20:56 +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 c990e28..1da1b94 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -5,5 +5,6 @@ PHPCS configuration file for docker-example-drupal-localgov. src - - + + + diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 5901cfc..338213d 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -2,6 +2,8 @@ parameters: level: max + excludePaths: + - *Test.php + - *TestBase.php paths: - - src - \ No newline at end of file + - src \ No newline at end of file