-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpsalm.xml
68 lines (65 loc) · 2.8 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0"?>
<psalm
errorLevel="1"
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"
findUnusedBaselineEntry="true"
findUnusedCode="false">
<projectFiles>
<directory name="packages" />
<directory name="tests/src" />
<ignoreFiles>
<directory name="vendor" />
<file name="packages/file-symfony-bridge/src/Constraints/ImageValidator.php" />
</ignoreFiles>
</projectFiles>
<issueHandlers>
<PropertyNotSetInConstructor>
<errorLevel type="suppress">
<directory name="packages/file-symfony-bridge/src/Constraints/" />
<file name="packages/file-symfony-bridge/src/HttpFoundation/FileResponse.php" />
<file name="tests/src/Tests/Model/EntityWithMandatoryFile.php" />
<file name="tests/src/Tests/Model/EntityExtendingAbstractFile.php" />
<file name="packages/file-zip/src/ZipDirectory.php" />
</errorLevel>
</PropertyNotSetInConstructor>
<RedundantPropertyInitializationCheck>
<errorLevel type="suppress">
<file name="packages/file-derivation/src/Filter/AbstractFileFilter.php" />
<file name="packages/file-association-entity/src/FileTrait.php" />
</errorLevel>
</RedundantPropertyInitializationCheck>
<MissingConstructor>
<errorLevel type="suppress">
<file name="tests/src/Tests/File/FileRepositoryTest.php" />
<file name="tests/src/Tests/Model/EntityWithDifferentFileProperties.php" />
</errorLevel>
</MissingConstructor>
<UndefinedMethod>
<errorLevel type="suppress">
<file name="packages/file-bundle/src/DependencyInjection/Configuration.php" />
</errorLevel>
</UndefinedMethod>
<MixedMethodCall>
<errorLevel type="suppress">
<file name="packages/file-bundle/src/DependencyInjection/Configuration.php" />
</errorLevel>
</MixedMethodCall>
<MissingConstructor>
<errorLevel type="suppress">
<file name="packages/file-image/src/ImageTwigExtension.php" />
</errorLevel>
</MissingConstructor>
<ClassMustBeFinal>
<errorLevel type="suppress">
<directory name="tests/src/App/Entity" />
</errorLevel>
</ClassMustBeFinal>
</issueHandlers>
<plugins>
<pluginClass class="Psalm\PhpUnitPlugin\Plugin" />
<pluginClass class="Psalm\MockeryPlugin\Plugin" />
</plugins>
</psalm>