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
No known key found for this signature in database
GPG Key ID: C400AAF20C1BB6FC
1 changed files with
3 additions and
1 deletions
-
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" /> |
|
|
|