Skip to content

Commit 7dfd5ce

Browse files
committed
Tighten-up RuboCop configuration.
1 parent 053640e commit 7dfd5ce

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.rubocop.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,4 @@ Layout/LineLength:
55
Max: 120
66

77
Metrics/MethodLength:
8-
Max: 20
9-
10-
Style/TrailingCommaInArguments:
11-
EnforcedStyleForMultiline: comma
12-
13-
Style/TrailingCommaInArrayLiteral:
14-
EnforcedStyleForMultiline: comma
15-
16-
Style/TrailingCommaInHashLiteral:
17-
EnforcedStyleForMultiline: comma
8+
Max: 15

0 commit comments

Comments
 (0)