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:
658658 - ' lib/puppet/module_tool/tar.rb'
659659 - ' lib/puppet/pops/types/class_loader.rb'
660660
661- # This cop supports safe auto-correction (--auto-correct).
661+ # This cop supports unsafe auto-correction (--auto-correct-all ).
662662Style/RedundantInterpolation :
663663 Enabled : false
664664
@@ -672,6 +672,9 @@ Style/RedundantSelf:
672672 Enabled : false
673673
674674# 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
675678Style/RedundantSelfAssignment :
676679 Exclude :
677680 - ' lib/puppet/context.rb'
You can’t perform that action at this time.
0 commit comments