mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
11 lines
383 B
JSON
11 lines
383 B
JSON
{
|
|
"project_id" : "edgehill",
|
|
"conduit_uri" : "https://phab.nylas.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"
|
|
}
|