File: psalm.xml

package info (click to toggle)
php-doctrine-annotations 2.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,552 kB
  • sloc: php: 8,471; xml: 26; makefile: 23
file content (26 lines) | stat: -rw-r--r-- 870 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0"?>
<psalm
    errorLevel="7"
    phpVersion="8.2"
    resolveFromConfigFile="true"
    findUnusedBaselineEntry="true"
    findUnusedCode="false"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="https://getpsalm.org/schema/config"
    xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
>
    <projectFiles>
        <directory name="lib/Doctrine/Common/Annotations" />
        <ignoreFiles>
            <directory name="vendor" />
        </ignoreFiles>
    </projectFiles>
    <issueHandlers>
        <NoValue>
            <errorLevel type="suppress">
                <file name="lib/Doctrine/Common/Annotations/Annotation/Enum.php" />
                <file name="lib/Doctrine/Common/Annotations/Annotation/Target.php" />
            </errorLevel>
        </NoValue>
    </issueHandlers>
</psalm>