aboutsummaryrefslogtreecommitdiff
path: root/.arclint
blob: 01f217d71d4776c54a6236d69eab356417c06408 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "linters": {
    "filename": {
      "type": "filename"
    },
    "generated": {
      "type": "generated"
    },
    "merge-conflict": {
      "type": "merge-conflict"
    },
    "nolint": {
      "type": "nolint"
    },
    "haskell": {
      "type": "text",
      "include": ["(\\.(l?hs(-boot)?|x|y\\.pp)(\\.in)?$)"],
      "severity": {
        "5": "disabled",
        "2": "warning"
      }
    }
  }
}