File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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)
2
2
CHECK_PUPPET_DOCS =" permissive" # enabled, permissive or disabled (permissive runs but return code is ignored)
3
3
USE_PUPPET_FUTURE_PARSER =" disabled" # enabled or disabled
4
4
CHECK_INITIAL_COMMIT =" disabled" # enabled or disabled
5
5
CHECK_RSPEC =" enabled" # enabled or disabled
6
6
CHECK_R10K =" enabled" # enabled or disabled
7
7
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
9
9
UNSET_RUBY_ENV =" enabled" # enabled or disabled. Required for Gitlab.
10
10
PATH =" $PATH:/opt/puppetlabs/puppet/bin"
You can’t perform that action at this time.
0 commit comments