summaryrefslogtreecommitdiffstats
path: root/psalm.xml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-08-16 11:26:21 +0200
committerJoas Schilling <coding@schilljs.com>2023-08-16 11:35:02 +0200
commitdda8b4cbe7bb9de808f26c2539f531a0242f4033 (patch)
tree45988483de8feb14873b2445f67722aa99c217f6 /psalm.xml
parent08aa3ae18b2e6127e121e98fe950dff1540c9adc (diff)
fix(CI): Make psalm a level more aggressive with straight forward changes
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'psalm.xml')
-rw-r--r--psalm.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/psalm.xml b/psalm.xml
index 1f7b4af5b..94a7051d6 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<psalm
errorBaseline="tests/psalm-baseline.xml"
- errorLevel="5"
+ errorLevel="4"
findUnusedBaselineEntry="true"
findUnusedCode="false"
resolveFromConfigFile="true"