summaryrefslogtreecommitdiffstats
path: root/psalm.xml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-04-03 10:32:21 +0200
committerJoas Schilling <coding@schilljs.com>2023-04-03 19:29:18 +0200
commit091c6a63686eaac9ed74b285d42575e0cc909bcd (patch)
treef5e8855c942c044a3de47e6fd0605fa43f8986e0 /psalm.xml
parent81a836c1def685075912ce767a4555fd9c02fddd (diff)
fix(CI): Add upcoming psalm options to get rid of warnings
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'psalm.xml')
-rw-r--r--psalm.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/psalm.xml b/psalm.xml
index 18ce5618d..ec16b773b 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -1,11 +1,13 @@
<?xml version="1.0"?>
<psalm
+ errorBaseline="tests/psalm-baseline.xml"
errorLevel="5"
+ findUnusedBaselineEntry="true"
+ findUnusedCode="false"
resolveFromConfigFile="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config vendor-bin/psalm/vendor/vimeo/psalm/config.xsd"
- errorBaseline="tests/psalm-baseline.xml"
>
<projectFiles>
<directory name="lib" />