Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P1804
arclint comment field
Active
Public
Actions
Authored by
mrkanaly
on Jun 16 2015, 6:55 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Referenced Files
F507156: arclint comment field
Jun 16 2015, 6:55 PM
2015-06-16 18:55:52 (UTC+0)
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
edited the content of this paste.
(Show Details)
Jun 16 2015, 6:55 PM
2015-06-16 18:55:52 (UTC+0)
mrkanaly
changed the title of this paste from untitled to
arclint comment field
.
mrkanaly
updated the paste's language from
autodetect
to
text
.
mrkanaly
mentioned this in
T8569: Add "_comment" field to map for linter JSON files
.
Log In to Comment