{
  "linters": {
    "khan-linter": {
      "type": "script-and-regex",
      "script-and-regex.script": "ka-lint --always-exit-0 --blacklist=yes --propose-arc-fixes",
      "script-and-regex.regex": "\/^((?P<file>[^:]*):(?P<line>\\d+):((?P<char>\\d+):)? (?P<name>((?P<error>E)|(?P<warning>W))\\S+) (?P<message>[^\\x00\n]*)(\\x00(?P<original>[^\\x00]*)\\x00(?P<replacement>[^\\x00]*)\\x00)?)|(?P<ignore>SKIPPING.*)$\/m"
    }
  }
}
