Skip to content

Commit ed87dfa

Browse files
supress rubocop warning by changing namespace
1 parent a46cc82 commit ed87dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rubocop_todo.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Metrics/CyclomaticComplexity:
77
Max: 9 # default: 6
88

99
# Over time we'd like to get this down, but this is what we're at now.
10-
Metrics/LineLength:
10+
Layout/LineLength:
1111
Max: 186 # default: 80
1212

1313
# Over time we'd like to get this down, but this is what we're at now.

0 commit comments

Comments
 (0)