Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13999091
D11316.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
684 B
Referenced Files
None
Subscribers
None
D11316.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
@@ -58,12 +58,14 @@
}
protected function getMandatoryFlags() {
- return array(sprintf('--log-format=%s', implode('|', array(
- '%{linenumber}',
- '%{column}',
- '%{kind}',
- '%{check}',
- '%{message}',
+ return array(
+ '--error-level=all',
+ sprintf('--log-format=%s', implode('|', array(
+ '%{linenumber}',
+ '%{column}',
+ '%{kind}',
+ '%{check}',
+ '%{message}',
))),
);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Oct 25, 12:52 PM (2 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6722036
Default Alt Text
D11316.diff (684 B)
Attached To
Mode
D11316: Pass `--error-level=all` to `puppet-lint`
Attached
Detach File
Event Timeline
Log In to Comment