mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 20:35:23 +01:00
23 lines
764 B
XML
23 lines
764 B
XML
<?xml version="1.0"?>
|
|
<psalm
|
|
errorLevel="4"
|
|
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/vimeo/psalm/config.xsd"
|
|
errorBaseline="psalm-baseline.xml"
|
|
>
|
|
<projectFiles>
|
|
<directory name="src" />
|
|
<ignoreFiles>
|
|
<directory name="vendor" />
|
|
</ignoreFiles>
|
|
</projectFiles>
|
|
<issueHandlers>
|
|
<ParamNameMismatch errorLevel="suppress" />
|
|
<StringIncrement errorLevel="suppress" />
|
|
<InvalidTraversableImplementation errorLevel="suppress" />
|
|
<RedundantPropertyInitializationCheck errorLevel="suppress" />
|
|
</issueHandlers>
|
|
</psalm>
|