-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpsalm.xml
More file actions
50 lines (50 loc) · 1.84 KB
/
Copy pathpsalm.xml
File metadata and controls
50 lines (50 loc) · 1.84 KB
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
<?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"
findUnusedBaselineEntry="true"
findUnusedCode="true"
>
<projectFiles>
<file name="mactrack_view_sites.php" />
<file name="mactrack_view_dot1x.php" />
<file name="mactrack_scanner.php" />
<file name="mactrack_import_ouidb.php" />
<file name="mactrack_ajax_admin.php" />
<file name="index.php" />
<file name="mactrack_macauth.php" />
<file name="mactrack_ajax.php" />
<file name="mactrack_view_devices.php" />
<file name="mactrack_utilities.php" />
<file name="mactrack_convert.php" />
<file name="poller_mactrack.php" />
<file name="mactrack_vendormacs.php" />
<file name="mactrack_sites.php" />
<file name="mactrack_actions.php" />
<file name="mactrack_view_interfaces.php" />
<file name="mactrack_view_graphs.php" />
<file name="setup.php" />
<file name="mactrack_view_macs.php" />
<file name="mactrack_view_ips.php" />
<file name="mactrack_macwatch.php" />
<file name="mactrack_resolver.php" />
<file name="mactrack_devices.php" />
<file name="mactrack_snmp.php" />
<file name="mactrack_device_types.php" />
<file name="mactrack_view_arp.php" />
<directory name="lib" />
<ignoreFiles>
<directory name="locales" />
<directory name="images" />
<directory name="includes" />
<directory name="tests" />
<directory name="vendor" />
</ignoreFiles>
</projectFiles>
<stubs>
<file name="tests/Support/CactiStubs.php" />
</stubs>
</psalm>