Skip to content

Commit

Permalink
(CAT-1653) Fix rubocop warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Didrichsen <gavin.didrichsen@gmail.com>
  • Loading branch information
gavindidrichsen committed Dec 19, 2023
1 parent be28f61 commit 976d690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppetlabs_spec_helper/rake_tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
]

puppet_lint_disable_checks.each do |check|
PuppetLint.configuration.send("disable_#{check}")
PuppetLint.configuration.send(:"disable_#{check}")
end
PuppetLint::RakeTask.new(:lint)

Expand Down

0 comments on commit 976d690

Please sign in to comment.