mirror of https://github.com/zulip/zulip.git
puppet: Fix puppet-lint warning.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
parent
bf0f1274fa
commit
9d598d95a6
|
@ -64,7 +64,8 @@ def run():
|
|||
description="Runs the puppet parser validator, "
|
||||
"checking for syntax errors.")
|
||||
linter_config.external_linter('puppet-lint',
|
||||
['puppet-lint'] + PUPPET_CHECK_RULES_TO_EXCLUDE, ['pp'],
|
||||
['puppet-lint', '--fail-on-warnings'] + PUPPET_CHECK_RULES_TO_EXCLUDE,
|
||||
['pp'],
|
||||
fix_arg='--fix',
|
||||
description="Standard puppet linter"
|
||||
"(config: tools/linter_lib/exclude.py)")
|
||||
|
|
Loading…
Reference in New Issue