Skip to content

Commit ced0fdc

Browse files
committed
be stricter on lint, but do not fail on warnings
1 parent 55f7df8 commit ced0fdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commit_hooks/config.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
CHECK_PUPPET_LINT="permissive" # enabled, permissive or disabled (permissive runs but return code is ignored)
1+
CHECK_PUPPET_LINT="enabled" # enabled, permissive or disabled (permissive runs but return code is ignored)
22
CHECK_PUPPET_DOCS="permissive" # enabled, permissive or disabled (permissive runs but return code is ignored)
33
USE_PUPPET_FUTURE_PARSER="disabled" # enabled or disabled
44
CHECK_INITIAL_COMMIT="disabled" # enabled or disabled
55
CHECK_RSPEC="enabled" # enabled or disabled
66
CHECK_R10K="enabled" # enabled or disabled
77
export PUPPET_LINT_OPTIONS="" # puppet-lint options to use if no rc file is present. Defaults to "--no-140chars-check"
8-
export PUPPET_LINT_FAIL_ON_WARNINGS="true" # Set the puppet-lint option --fail-on-warnings
8+
export PUPPET_LINT_FAIL_ON_WARNINGS="false" # Set the puppet-lint option --fail-on-warnings
99
UNSET_RUBY_ENV="enabled" # enabled or disabled. Required for Gitlab.
1010
PATH="$PATH:/opt/puppetlabs/puppet/bin"

0 commit comments

Comments
 (0)