Skip to content

Commit 7aeddea

Browse files
Merge pull request #421 from puppetlabs/cat1653_fix_rubocop
(CAT-1653) Fix rubocop warnings
2 parents be28f61 + 976d690 commit 7aeddea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppetlabs_spec_helper/rake_tasks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
]
177177

178178
puppet_lint_disable_checks.each do |check|
179-
PuppetLint.configuration.send("disable_#{check}")
179+
PuppetLint.configuration.send(:"disable_#{check}")
180180
end
181181
PuppetLint::RakeTask.new(:lint)
182182

0 commit comments

Comments
 (0)