mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-13 13:19:34 +08:00
12 lines
388 B
Text
12 lines
388 B
Text
|
{
|
||
|
"project_id" : "edgehill",
|
||
|
"conduit_uri" : "https://review.inboxapp.com/",
|
||
|
"load" : [
|
||
|
"arclib"
|
||
|
],
|
||
|
"lint.engine": "ArcanistSingleLintEngine",
|
||
|
"lint.engine.single.linter": "ArcanistScriptAndRegexLinter",
|
||
|
"linter.scriptandregex.script": "script/lint.sh",
|
||
|
"linter.scriptandregex.regex": "/^ ((?P<error>✖)|(?P<warning>⚠)) *line (?P<line>\\d+) +(?P<message>.*)$/m"
|
||
|
}
|