Skip to content

Commit 6d8e84a

Browse files
committed
Adding Rubocop config for newer versions.
1 parent 15d8ffa commit 6d8e84a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.rubocop.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,9 @@ Style/StringLiteralsInInterpolation:
4848

4949
Layout/AccessModifierIndentation:
5050
EnforcedStyle: outdent
51+
52+
Style/EnforcedStyleForMultiline:
53+
EnforcedStyle: consistent_comma
54+
55+
Naming/RescuedExceptionsVariableName:
56+
PreferredName: error

0 commit comments

Comments
 (0)