repo.or.cz
/
keruald.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update license information
[keruald.git]
/
omnitools
/
.arclint
blob
5b9173a57000cdc61021eb18401de9003af764b1
1
{
2
"exclude": [
3
"(^vendor/)"
4
],
5
"linters": {
6
"chmod": {
7
"type": "chmod"
8
},
9
"filename": {
10
"type": "filename"
11
},
12
"json": {
13
"type": "json",
14
"include": [
15
"(^\\.arcconfig$)",
16
"(^\\.arclint$)",
17
"(\\.json$)"
18
]
19
},
20
"merge-conflict": {
21
"type": "merge-conflict"
22
},
23
"php": {
24
"type": "php",
25
"include": "(\\.php$)"
26
},
27
"phpcs": {
28
"type": "phpcs",
29
"bin": "vendor/bin/phpcs",
30
"phpcs.standard": "phpcs.xml",
31
"include": [
32
"(^src/.*\\.php$)",
33
"(^tests/.*\\.php$)"
34
]
35
},
36
"spelling": {
37
"type": "spelling"
38
},
39
"xml": {
40
"type": "xml",
41
"include": "(\\.xml$)"
42
}
43
}
44
}