mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
Add better lint checking.
Summary: Make the lint checker check more files. Also, make arc run the linter. Test Plan: - `arc lint` - `make lint` Reviewers: kevinb, alpert Reviewed By: alpert Differential Revision: https://phabricator.khanacademy.org/D17509
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
{
|
||||
"project_id": "KaTeX",
|
||||
"conduit_uri": "https://phabricator.khanacademy.org/"
|
||||
"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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user