Browse Source

fix(CI): Add upcoming psalm options to get rid of warnings

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/9230/head
Joas Schilling 3 years ago
parent
commit
091c6a6368
No known key found for this signature in database GPG Key ID: C400AAF20C1BB6FC
  1. 4
      psalm.xml

4
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" />

Loading…
Cancel
Save