Skip to content

Commit d29b188

Browse files
committed
Adding another rubocop exclude
1 parent a1ab592 commit d29b188

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.rubocop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Layout/LineLength:
22
Max: 120
3+
Exclude:
4+
- '*.gemspec'
35
Metrics/MethodLength:
46
Max: 30
57
Metrics/ClassLength:

0 commit comments

Comments
 (0)