From 480dda307a7cf0af6a7e1d1cad4858b2bfbdb488 Mon Sep 17 00:00:00 2001 From: Lee Mills <8024370+millnut@users.noreply.github.com> Date: Mon, 16 Oct 2023 18:34:05 +0100 Subject: [PATCH] ci: use same phpstan config as main project --- phpstan.neon | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index 15d821d..e21ac3c 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,5 +1,6 @@ parameters: - level: 1 + # we don't set a level so that we check deprecations only, and + # not to highlight unknown classes which are from composer suggestions customRulesetUsed: true reportUnmatchedIgnoredErrors: false # Ignore phpstan-drupal extension's rules.