forked from Khan/perseus
-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy path.arclint
More file actions
19 lines (19 loc) · 687 Bytes
/
Copy path.arclint
File metadata and controls
19 lines (19 loc) · 687 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"linters": {
"khan-linter": {
"type": "script-and-regex",
"script-and-regex.script": "~\/khan\/devtools\/khan-linter\/runlint.py --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",
"exclude": [
"(^build/*)",
"(^fonts/*)",
"(^hubble/*)",
"(^ke/*)",
"(^kmath/*)",
"(^lib/*)",
"(^react-components/*)",
"(^simple-markdown/*)"
]
}
}
}