summaryrefslogtreecommitdiffstats
path: root/.arclint
blob: 1b7551a4a07cc7ca2737a155ad406d1c163039a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "linters": {
        "text": {
            "type": "text",
            "exclude": "(^lib/Net/|\\.json$)",
            "text.max-line-length": 120,
            "severity": {
                "2": "disabled"
            }
        },
        "chmod": {
            "type": "chmod"
        },
        "filename": {
            "type": "filename"
        },
        "merge-conflict": {
            "type": "merge-conflict"
        }
    }
}