Open shortdudey123 opened 9 years ago
hmmm
Tests pass locally but Travis is correct since the method has 42 lines and not 38 or less as configured in .rubocop_todo.yml
... and rubocop is the same version
hostname:~/chef-sumologic username (support_ecrypted_data_bags)$ bundle exec rubocop libraries/sumo_source_provider.rb
Inspecting 1 file
.
1 file inspected, no offenses detected
hostname:~/chef-sumologic username (support_ecrypted_data_bags)$
@ranjib can you review this one last time and merge when you have a chance?
Could you use strings, instead of symbols, to access node attributes in your change?
@gswallow you should be able to yes
No, I mean, this pull request doesn't work for me. I had to change L127-136 of sumo_source_provider.rb to use strings, rather than symbols, when loading an encrypted data bag.
Ah gotcha
@ranjib can you update this please :)