memgraph/.arclint

10 lines
270 B
Plaintext
Raw Normal View History

{
"linters": {
"clang-tidy": {
"type": "script-and-regex",
"script-and-regex.script": "./tools/arc-clang-tidy",
"script-and-regex.regex": "/^(?P<file>.*):(?P<line>\\d+):(?P<char>\\d+): (?P<severity>warning|error): (?P<message>.*)$/m"
}
}
}