This repository has been archived by the owner on Jan 14, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpsalm.xml
56 lines (55 loc) · 3.15 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
<?xml version="1.0"?>
<psalm
errorLevel="7"
resolveFromConfigFile="true"
findUnusedVariablesAndParams="true"
strictBinaryOperands="true"
cacheDirectory="var"
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="src" />
<ignoreFiles>
<directory name="vendor" />
<directory name="src/Shared/Generated" />
</ignoreFiles>
</projectFiles>
<issueHandlers>
<UnnecessaryVarAnnotation>
<errorLevel type="suppress">
<directory name="src/"/>
</errorLevel>
</UnnecessaryVarAnnotation>
<InaccessibleProperty>
<errorLevel type="suppress">
<file name="src/Frontend/VideoWatch/VideoWatchPlugin.php"/>
<file name="src/Frontend/VideoSearch/VideoSearchPlugin.php"/>
<file name="src/Frontend/VideoPublish/VideoPublishPlugin.php"/>
<file name="src/Frontend/VideoChannel/VideoChannelPlugin.php"/>
<file name="src/Frontend/Security/SecurityPlugin.php"/>
<file name="src/Frontend/Security/Facade/SecurityFacade.php"/>
<file name="src/Client/VideoChannel/ClientVideoChannelPlugin.php"/>
<file name="src/Client/Video/ClientVideoPlugin.php"/>
<file name="src/Client/Security/ClientSecurityPlugin.php"/>
<file name="src/Client/Search/ClientSearchPlugin.php"/>
<file name="src/Client/File/ClientFilePlugin.php"/>
<file name="src/Client/ClientReader/ClientReaderPlugin.php"/>
<file name="src/Backend/Video/VideoPublish/VideoPublishPlugin.php"/>
<file name="src/Backend/Video/VideoDescription/VideoDescriptionPlugin.php"/>
<file name="src/Backend/Video/Video/VideoPlugin.php"/>
<file name="src/Backend/Channel/VideoChannel/VideoChannelPlugin.php"/>
<file name="src/Backend/SearchStorage/SearchStoragePlugin.php"/>
<file name="src/Backend/MediaConverter/MediaConverterPlugin.php"/>
<file name="src/Backend/ImageConverter/ImageConverterPlugin.php"/>
<file name="src/Backend/Video/VideoThumbnail/VideoThumbnailPlugin.php"/>
<file name="src/Frontend/Common/Video/ClientExpander/VideoTransferExpander/VideoTransferExpanderPlugin.php"/>
<file name="src/Frontend/Common/Video/ClientExpander/VideoTransferExpanderChannel/VideoTransferExpanderChannelPlugin.php"/>
<file name="src/Frontend/Common/Video/ClientExpander/VideoTransferExpanderDescription/VideoTransferExpanderDescriptionPlugin.php"/>
<file name="src/Frontend/Common/Video/ClientExpander/VideoTransferExpanderSrc/VideoTransferExpanderSourcePlugin.php"/>
<file name="src/Frontend/Common/Video/ClientExpander/VideoTransferExpanderThumbnail/VideoTransferExpanderThumbnailPlugin.php"/>
</errorLevel>
</InaccessibleProperty>
</issueHandlers>
</psalm>