File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -728,11 +728,6 @@ Style/StringLiterals:
728728Style/StringLiteralsInInterpolation :
729729 Enabled : false
730730
731- # This cop supports safe auto-correction (--auto-correct).
732- Style/StructInheritance :
733- Exclude :
734- - ' lib/puppet/settings.rb'
735-
736731# This cop supports safe auto-correction (--auto-correct).
737732# Configuration parameters: EnforcedStyle, MinSize.
738733# SupportedStyles: percent, brackets
Original file line number Diff line number Diff line change @@ -841,7 +841,7 @@ def reuse
841841 use ( *new )
842842 end
843843
844- class SearchPathElement < Struct . new ( :name , :type ) ; end
844+ SearchPathElement = Struct . new ( :name , :type )
845845
846846 # The order in which to search for values, without defaults.
847847 #
You can’t perform that action at this time.
0 commit comments