Skip to content

Commit

Permalink
disable rubocop check AmbiguousBlockAssociation for RSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
Mifrill committed Oct 30, 2020
1 parent da942c2 commit 3ed8bdd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Expand Up @@ -4,3 +4,6 @@ Layout/LineLength:
Max: 120
Metrics/BlockLength:
Max: 120
Lint/AmbiguousBlockAssociation:
Exclude:
- "spec/**/*"

0 comments on commit 3ed8bdd

Please sign in to comment.