Skip to content

Commit fbf9731

Browse files
micheelengronnechris-rock
authored andcommitted
Update .rubocop.yml
Signed-off-by: Michée Lengronne <michee.lengronne@coppint.com>
1 parent 3f5101b commit fbf9731

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.rubocop.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ MethodLength:
1919
NumericLiterals:
2020
MinDigits: 10
2121
Metrics/BlockLength:
22-
Max: 35
22+
Max: 45 # needed for 6.1.1
2323
Metrics/CyclomaticComplexity:
2424
Max: 10
2525
Metrics/PerceivedComplexity:
@@ -30,3 +30,7 @@ Metrics/AbcSize:
3030
# https://github.com/rubocop-hq/rubocop/issues/4222
3131
Lint/AmbiguousBlockAssociation:
3232
Enabled: false
33+
Lint/AmbiguousRegexpLiteral:
34+
Enabled: false
35+
Style/NumericPredicate:
36+
Enabled: false

0 commit comments

Comments
 (0)