Fix arc lint
Summary: Move the linting configuration to `.arclint` so that `arc lint` works again. Test plan: - `arc lint` Auditors: alpert
This commit is contained in:
parent
8931e5b45c
commit
7f1b53cbfd
|
@ -1,8 +1,5 @@
|
|||
{
|
||||
"project_id": "KaTeX",
|
||||
"conduit_uri": "https://phabricator.khanacademy.org/",
|
||||
"lint.engine": "ArcanistSingleLintEngine",
|
||||
"lint.engine.single.linter": "ArcanistScriptAndRegexLinter",
|
||||
"linter.scriptandregex.regex": "/^(?P<file>\\S+): line (?P<line>\\d+), col \\d+, (?P<message>.*)$/m",
|
||||
"linter.scriptandregex.script": "make lint || true"
|
||||
"lint.engine": "ArcanistConfigurationDrivenLintEngine"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user