blob: 70adfd8ca8d47efc9705d0a29d08747f7a235a1a [file] [log] [blame]
{
"linters": {
"spelling": {
"type": "spelling",
"exclude": "(^third_party)"
},
"chmod": {
"type": "chmod"
},
"merge-conflict": {
"type": "merge-conflict"
},
"go": {
"type": "golint",
"include": "(\\.go$)",
"exclude": "(^third_party|^kythe/proto/|/testdata/)"
},
"custom": {
"type": "script-and-regex",
"script-and-regex.script": "tools/arc/linter.sh",
"script-and-regex.regex": "/^((?P<name>.+?)::)?(?P<severity>warning|error|advice):(?P<line>\\d+)? (?P<message>.*)$/m"
}
}
}