Page MenuHomePhabricator
Paste P1804

arclint comment field
ActivePublic

Authored by mrkanaly on Jun 16 2015, 6:55 PM.
Tags
None
Referenced Files
F507156: arclint comment field
Jun 16 2015, 6:55 PM
Subscribers
None
+++ b/src/lint/engine/ArcanistConfigurationDrivenLintEngine.php
@@ -35,6 +35,7 @@ final class ArcanistConfigurationDrivenLintEngine extends ArcanistLintEngine {
PhutilTypeSpec::checkMap(
$config,
array(
+ '_comment' => 'optional string | list<string>',
'exclude' => 'optional regex | list<regex>',
'linters' => 'map<string, map<string, wild>>',
));

Event Timeline

mrkanaly changed the title of this paste from untitled to arclint comment field.
mrkanaly updated the paste's language from autodetect to text.