summaryrefslogtreecommitdiffstats
path: root/psalm.xml
diff options
context:
space:
mode:
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" />