Skip to content

Commit 34b605c

Browse files
committed
(maint) configure new 0.81 cops
1 parent db985b1 commit 34b605c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.rubocop.yml

+7
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,10 @@ Style/HashTransformValues:
171171
# Enforce LF line endings, even when on Windows
172172
Layout/EndOfLine:
173173
EnforcedStyle: lf
174+
175+
# new as of rubocop 0.81
176+
Lint/RaiseException:
177+
Enabled: true
178+
179+
Lint/StructNewOverride:
180+
Enabled: true

0 commit comments

Comments
 (0)