Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15461279
D13931.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
585 B
Referenced Files
None
Subscribers
None
D13931.id.diff
View Options
diff --git a/src/lint/linter/ArcanistPyLintLinter.php b/src/lint/linter/ArcanistPyLintLinter.php
--- a/src/lint/linter/ArcanistPyLintLinter.php
+++ b/src/lint/linter/ArcanistPyLintLinter.php
@@ -82,7 +82,7 @@
$options = array();
$options[] = '--reports=no';
- $options[] = '--msg-template="{line}|{column}|{msg_id}|{symbol}|{msg}"';
+ $options[] = '--msg-template={line}|{column}|{msg_id}|{symbol}|{msg}';
// Specify an `--rcfile`, either absolute or relative to the project root.
// Stupidly, the command line args above are overridden by rcfile, so be
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 2, 6:57 AM (4 d, 5 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7708380
Default Alt Text
D13931.id.diff (585 B)
Attached To
Mode
D13931: ArcanistPyLintLinter fix to getMandatoryFlags msg-template
Attached
Detach File
Event Timeline
Log In to Comment