]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - .arclint
Fix multiple small kernel memory disclosures. [EN-18:04.mem]
[FreeBSD/releng/10.3.git] / .arclint
1 {
2   "exclude": "(contrib|crypto)",
3   "linters": {
4     "python": {
5       "type": "pep8",
6       "include": "(\\.py$)"
7     },
8     "spelling": {
9       "type": "spelling"
10     },
11     "chmod": {
12       "type": "chmod"
13     },
14     "merge-conflict": {
15       "type": "merge-conflict"
16     },
17     "filename": {
18       "type": "filename"
19     },
20     "json": {
21       "type": "json",
22       "include": "(\\.arclint|\\.json$)"
23     }
24   }
25 }