Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
add default .arclint file
summary: add `.arclint` file now that lint engines are deprecated in global .arcconfig files.

auditors: csilvers, eater
  • Loading branch information
nsfmc committed May 20, 2015
1 parent c9b14a5 commit f3338c0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .arclint
@@ -0,0 +1,9 @@
{
"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]*)(\\x00(?P<original>[^\\x00]*)\\x00(?P<replacement>[^\\x00]*)\\x00)?)|(?P<ignore>SKIPPING.*)$\/m"
}
}
}

0 comments on commit f3338c0

Please sign in to comment.