-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpsalm.xml
44 lines (44 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
44
<?xml version="1.0"?>
<psalm
errorLevel="5"
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"
autoloader="setup.php"
strictBinaryOperands="true"
allowStringToStandInForClass="true"
findUnusedVariablesAndParams="true"
runTaintAnalysis="false"
findUnusedBaselineEntry="true"
findUnusedCode="false"
>
<projectFiles>
<file name="setup.php" />
<file name="Comment.php" />
<file name="NameTools.php" />
<file name="Page.php" />
<file name="Parameter.php" />
<file name="Template.php" />
<file name="WikipediaBot.php" />
<file name="apiFunctions.php" />
<file name="authenticate.php" />
<file name="category.php" />
<file name="constants.php" />
<file name="expandFns.php" />
<file name="gadgetapi.php" />
<file name="generate_template.php" />
<file name="gitpull.php" />
<file name="linked_pages.php" />
<file name="process_page.php" />
<file name="setup.php" />
<file name="user_messages.php" />
<file name="Zotero.php" />
<file name="big_jobs.php" />
<file name="kill_big_job.php" />
<directory name="constants" />
<ignoreFiles>
<directory name="vendor" />
</ignoreFiles>
</projectFiles>
</psalm>