{ "linters": { "clang-tidy": { "type": "script-and-regex", "script-and-regex.script": "./tools/arc-clang-tidy", "script-and-regex.regex": "/^(?P.*):(?P\\d+):(?P\\d+): (?Pwarning|error): (?P.*)$/m" } } }