Skip to content

Commit f3338c0

Browse files
committed
add default .arclint file
summary: add `.arclint` file now that lint engines are deprecated in global .arcconfig files. auditors: csilvers, eater
1 parent c9b14a5 commit f3338c0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.arclint

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"linters": {
3+
"khan-linter": {
4+
"type": "script-and-regex",
5+
"script-and-regex.script": "~\/khan\/devtools\/khan-linter\/runlint.py --always-exit-0 --blacklist=yes --propose-arc-fixes",
6+
"script-and-regex.regex": "\/^((?P<file>[^:]*):(?P<line>\\d+):((?P<char>\\d+):)? (?P<name>((?P<error>E)|(?P<warning>W))\\S+) (?P<message>[^\\x00]*)(\\x00(?P<original>[^\\x00]*)\\x00(?P<replacement>[^\\x00]*)\\x00)?)|(?P<ignore>SKIPPING.*)$\/m"
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)