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:
728
728
Style/StringLiteralsInInterpolation :
729
729
Enabled : false
730
730
731
- # This cop supports safe auto-correction (--auto-correct).
732
- Style/StructInheritance :
733
- Exclude :
734
- - ' lib/puppet/settings.rb'
735
-
736
731
# This cop supports safe auto-correction (--auto-correct).
737
732
# Configuration parameters: EnforcedStyle, MinSize.
738
733
# SupportedStyles: percent, brackets
Original file line number Diff line number Diff line change @@ -841,7 +841,7 @@ def reuse
841
841
use ( *new )
842
842
end
843
843
844
- class SearchPathElement < Struct . new ( :name , :type ) ; end
844
+ SearchPathElement = Struct . new ( :name , :type )
845
845
846
846
# The order in which to search for values, without defaults.
847
847
#
You can’t perform that action at this time.
0 commit comments