[PM/AA] Update to reflect the new LLVM API which no longer requires an
[polly-mirror.git] / .arclint
blob84546f5fda56741933cdd7a03c9b45f8fa482a0a
2   "linters": {
3     "format": {
4       "include": "(include/polly/.+\\.h$|lib/.+\\.cpp$)",
5       "exclude": "(lib/JSON/.*)",
6       "type": "script-and-regex"
7     },
8     "chmod": {
9       "type": "chmod"
10     },
11     "filename": {
12       "exclude": "(www/experiments/.+|.*\\.jscop.*)",
13       "type": "filename"
14     },
15     "merge-conflict": {
16       "type": "merge-conflict"
17     },
18     "spelling": {
19       "exclude": "(configure|autoconf/.*)",
20       "type": "spelling"
21     }
22   }