-
Notifications
You must be signed in to change notification settings - Fork 0
/
psalm.xml
43 lines (40 loc) · 1.49 KB
/
psalm.xml
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0"?>
<psalm
errorLevel="1"
strictBinaryOperands="true"
findUnusedPsalmSuppress="true"
sealAllMethods="true"
findUnusedBaselineEntry="false"
findUnusedCode="false"
xmlns="https://getpsalm.org/schema/config"
>
<projectFiles>
<directory name="src/Bundles/JsonFetcher" />
<directory name="src/Bundles/Jwt" />
<directory name="src/Bundles/JwtFetcher" />
<directory name="src/Bundles/Redis" />
<directory name="src/Bundles/Singlea" />
<ignoreFiles>
<file name="src/Bundles/JsonFetcher/DependencyInjection/Configuration.php" />
<file name="src/Bundles/Jwt/DependencyInjection/Configuration.php" />
<file name="src/Bundles/JwtFetcher/DependencyInjection/Configuration.php" />
<file name="src/Bundles/Redis/DependencyInjection/Configuration.php" />
<file name="src/Bundles/Singlea/DependencyInjection/Configuration.php" />
<directory name="src/Bundles/*/Tests" />
</ignoreFiles>
</projectFiles>
<issueHandlers>
<MixedMethodCall>
<errorLevel type="suppress">
<directory name="src/Bundles/Singlea/Command" />
</errorLevel>
</MixedMethodCall>
</issueHandlers>
<stubs>
<file name=".psalm/stubs/igbinary.phpstub" />
<file name=".psalm/stubs/predis.phpstub" />
</stubs>
<plugins>
<pluginClass class="Psalm\SymfonyPsalmPlugin\Plugin" />
</plugins>
</psalm>