{ "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[^:]*):(?P\\d+):((?P\\d+):)? (?P((?PE)|(?PW))\\S+) (?P[^\\x00\n]*)(\\x00(?P[^\\x00]*)\\x00(?P[^\\x00]*)\\x00)?)|(?PSKIPPING.*)$\/m", "exclude": [ "(^build/*)", "(^fonts/*)", "(^hubble/*)", "(^kmath/*)", "(^lib/*)", "(^react-components/*)", "(^simple-markdown/*)", "(^stylesheets/local-only/*)" ] } } }