We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d8ffa commit 6d8e84aCopy full SHA for 6d8e84a
1 file changed
.rubocop.yml
@@ -48,3 +48,9 @@ Style/StringLiteralsInInterpolation:
48
49
Layout/AccessModifierIndentation:
50
EnforcedStyle: outdent
51
+
52
+Style/EnforcedStyleForMultiline:
53
+ EnforcedStyle: consistent_comma
54
55
+Naming/RescuedExceptionsVariableName:
56
+ PreferredName: error
0 commit comments