File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
lib/puppetlabs_spec_helper Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 165165PuppetLint . configuration . ignore_paths << 'tests/**/*.pp'
166166PuppetLint . configuration . ignore_paths << 'types/**/*.pp'
167167PuppetLint . configuration . ignore_paths << 'vendor/**/*.pp'
168- puppet_lint_disable_checks = [
169- ' 80chars' ,
170- ' 140chars' ,
171- ' class_inherits_from_params_class' ,
172- ' class_parameter_defaults' ,
173- ' disable_autoloader_layout' ,
174- ' documentation' ,
175- ' single_quote_string_with_variables'
168+ puppet_lint_disable_checks = %w [
169+ 80chars
170+ 140chars
171+ class_inherits_from_params_class
172+ class_parameter_defaults
173+ disable_autoloader_layout
174+ documentation
175+ single_quote_string_with_variables
176176]
177177
178178puppet_lint_disable_checks . each do |check |
@@ -383,7 +383,7 @@ def changelog_future_release
383383 } ,
384384 'Added' => {
385385 'prefix' => '### Added' ,
386- 'labels' => [ ' feature' , ' enhancement' ]
386+ 'labels' => %w[ feature enhancement ]
387387 } ,
388388 'Fixed' => {
389389 'prefix' => '### Fixed' ,
You can’t perform that action at this time.
0 commit comments