{ "linters": { "clang-tidy": { "type": "script-and-regex", "include": "(\\.(cpp|cc|cxx|c|h|hpp|lcp)$)", "script-and-regex.script": "./tools/arc-clang-tidy", "script-and-regex.regex": "/^(?P.*):(?P\\d+):(?P\\d+): (?Pwarning|error): (?P.*)$/m" }, "clang-format": { "type": "script-and-regex", "include": "(\\.(cpp|cc|cxx|c|h|hpp)$)", "script-and-regex.script": "./tools/arc-clang-format", "script-and-regex.regex": "/^(?Pwarning):(?P\\d+):(?P.*)$/m" } } }