Skip to content

Commit

Permalink
Remove Lint/AmbiguousBlockAssociation
Browse files Browse the repository at this point in the history
It wasn't adding a whole lot and there are too
many practical cases where this is constraining.

I'm also not sure I believe that it's actually all
that ambiguous most of the time.

Fixes #129
  • Loading branch information
searls committed Aug 8, 2019
1 parent 536b43c commit fb1ff2b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,6 @@ Layout/TrailingWhitespace:
Enabled: true
AllowInHeredoc: false

Lint/AmbiguousBlockAssociation:
Enabled: true

Lint/AmbiguousOperator:
Enabled: true

Expand Down

0 comments on commit fb1ff2b

Please sign in to comment.