-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpsalm.xml
More file actions
59 lines (59 loc) · 2.49 KB
/
psalm.xml
File metadata and controls
59 lines (59 loc) · 2.49 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
51
52
53
54
55
56
57
58
59
<?xml version="1.0"?>
<psalm
errorLevel="7"
resolveFromConfigFile="true"
allFunctionsGlobal="true"
ensureOverrideAttribute="false"
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="psalm_autoload.php"
cacheDirectory="build/psalm/"
findUnusedBaselineEntry="true"
findUnusedCode="false"
>
<projectFiles>
<directory name="src/" />
<directory name="tests/" />
<ignoreFiles>
<directory name="build" />
<directory name="vendor" />
<directory name="tests/_support" />
<file name="src/Cells/accordion.php" />
<file name="src/Cells/alert.php" />
<file name="src/Cells/badge.php" />
<file name="src/Cells/breadcrumb.php" />
<file name="src/Cells/button.php" />
<file name="src/Cells/button_group.php" />
<file name="src/Cells/button_toolbar.php" />
<file name="src/Cells/card.php" />
<file name="src/Cells/carousel.php" />
<file name="src/Cells/close_button.php" />
<file name="src/Cells/collapse.php" />
<file name="src/Cells/description_list.php" />
<file name="src/Cells/dropdown.php" />
<file name="src/Cells/empty_state.php" />
<file name="src/Cells/figure.php" />
<file name="src/Cells/form.php" />
<file name="src/Cells/image.php" />
<file name="src/Cells/input_group.php" />
<file name="src/Cells/list_group.php" />
<file name="src/Cells/modal.php" />
<file name="src/Cells/nav.php" />
<file name="src/Cells/navbar.php" />
<file name="src/Cells/offcanvas.php" />
<file name="src/Cells/pagination.php" />
<file name="src/Cells/placeholder.php" />
<file name="src/Cells/popover.php" />
<file name="src/Cells/progress.php" />
<file name="src/Cells/scrollspy.php" />
<file name="src/Cells/spinner.php" />
<file name="src/Cells/stats_cards.php" />
<file name="src/Cells/table.php" />
<file name="src/Cells/tabs.php" />
<file name="src/Cells/toast.php" />
<file name="src/Cells/tooltip.php" />
<file name="src/Cells/validation.php" />
</ignoreFiles>
</projectFiles>
</psalm>