From 48b43bcd1bba881fabebedb05b34a4d4e0e32af6 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 23 Apr 2023 20:06:44 +0100 Subject: [PATCH] build-configs(phpcs): add DrupalPractice standard --- build.yaml | 1 + phpcs.xml.dist | 1 + 2 files changed, 2 insertions(+) diff --git a/build.yaml b/build.yaml index 28751d1..67e9ff3 100644 --- a/build.yaml +++ b/build.yaml @@ -16,6 +16,7 @@ php: - web/modules/custom standards: - Drupal + - DrupalPractice phpstan: level: max paths: diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 91ab104..31b4c99 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -9,6 +9,7 @@ +