File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -658,7 +658,7 @@ Style/RedundantException:
658
658
- ' lib/puppet/module_tool/tar.rb'
659
659
- ' lib/puppet/pops/types/class_loader.rb'
660
660
661
- # This cop supports safe auto-correction (--auto-correct).
661
+ # This cop supports unsafe auto-correction (--auto-correct-all ).
662
662
Style/RedundantInterpolation :
663
663
Enabled : false
664
664
@@ -672,6 +672,9 @@ Style/RedundantSelf:
672
672
Enabled : false
673
673
674
674
# This cop supports unsafe auto-correction (--auto-correct-all).
675
+ # Enabling this cop causes a plethora of failed rspec tests, mostly
676
+ # Errno::ENAMETOOLONG and Puppet::Context::UndefinedBindingError: Unable to
677
+ # lookup 'environments' errors
675
678
Style/RedundantSelfAssignment :
676
679
Exclude :
677
680
- ' lib/puppet/context.rb'
You can’t perform that action at this time.
0 commit comments