4e56673f0d
Reviewers: mferencevic, msantl Reviewed By: mferencevic Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1975
10 lines
270 B
Plaintext
10 lines
270 B
Plaintext
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|