Skip to content

Commit 64d3267

Browse files
committed
disable unneeded linting rule
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
1 parent 1769100 commit 64d3267

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.rubocop.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ Metrics/PerceivedComplexity:
2626
Max: 10
2727
Metrics/AbcSize:
2828
Max: 30
29+
# Lint/AmbiguousBlockAssociation is incompatible with RSpec
30+
# https://github.com/rubocop-hq/rubocop/issues/4222
31+
Lint/AmbiguousBlockAssociation:
32+
Enabled: false

0 commit comments

Comments
 (0)