summaryrefslogtreecommitdiffstats
path: root/.arclint
blob: 8781969bb9f8f9a35c878dfe91e44cfd505aa95c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "linters": {
        "text": {
            "type": "text",
            "exclude": "(^lib/Net/|\\.json$)"
        },
        "chmod": {
            "type": "chmod"
        },
        "filename": {
            "type": "filename"
        },
        "merge-conflict": {
            "type": "merge-conflict"
        }
    }
}