1192220Sbrueffer{
2104488Ssam  "exclude": "(contrib|crypto)",
3104488Ssam  "linters": {
4104488Ssam    "python": {
5104488Ssam      "type": "pep8",
6104488Ssam      "include": "(\\.py$)"
7104488Ssam    },
8104488Ssam    "spelling": {
9104488Ssam      "type": "spelling"
10104488Ssam    },
11104488Ssam    "chmod": {
12104488Ssam      "type": "chmod"
13104488Ssam    },
14104488Ssam    "merge-conflict": {
15104488Ssam      "type": "merge-conflict"
16104488Ssam    },
17104488Ssam    "filename": {
18104488Ssam      "type": "filename"
19104488Ssam    },
20104488Ssam    "json": {
21104488Ssam      "type": "json",
22104488Ssam      "include": "(\\.arclint|\\.json$)"
23104488Ssam    }
24104488Ssam  }
25104488Ssam}
26104488Ssam