Skip to content

Commit

Permalink
Fix rubocop style issues
Browse files Browse the repository at this point in the history
In this case, it seems clearer to do a check for the parameter than to
use Safe Navigation.
  • Loading branch information
reidmv committed Nov 5, 2021
1 parent 5b4bca8 commit 9352224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/init.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/opt/puppetlabs/puppet/bin/ruby
# rubocop:disable Style/GlobalVars
# rubocop:disable Style/GlobalVars, Style/SafeNavigation
require 'json'
require 'open3'
require 'etc'
Expand Down

0 comments on commit 9352224

Please sign in to comment.