Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15562029
D17548.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
436 B
Referenced Files
None
Subscribers
None
D17548.diff
View Options
diff --git a/src/lint/linter/ArcanistPuppetLintLinter.php b/src/lint/linter/ArcanistPuppetLintLinter.php
--- a/src/lint/linter/ArcanistPuppetLintLinter.php
+++ b/src/lint/linter/ArcanistPuppetLintLinter.php
@@ -56,7 +56,7 @@
return array(
'--error-level=all',
sprintf('--log-format=%s', implode('|', array(
- '%{linenumber}',
+ '%{line}',
'%{column}',
'%{kind}',
'%{check}',
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 1, 12:02 AM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7384473
Default Alt Text
D17548.diff (436 B)
Attached To
Mode
D17548: Update puppet-lint format string to not use deprecated `linenumber`.
Attached
Detach File
Event Timeline
Log In to Comment