Update license information
[keruald.git] / report / .arclint
blob8ecd880e2e9b5254a692da7fe3b5a2ee80984350
2   "exclude": [
3     "(^vendor/)"
4   ],
5   "linters": {
6     "chmod": {
7       "type": "chmod"
8     },
9     "filename": {
10       "type": "filename"
11     },
12     "merge-conflict": {
13       "type": "merge-conflict"
14     },
15     "php": {
16       "type": "php",
17       "include": "(\\.php$)"
18     },
19     "phpcs": {
20       "type": "phpcs",
21       "bin": "vendor/bin/phpcs",
22       "phpcs.standard": "phpcs.xml",
23       "include": [
24         "(^src/.*\\.php$)",
25         "(^tests/.*\\.php$)"
26       ]
27     },
28     "spelling": {
29       "type": "spelling"
30     }
31   }