Skip to content

Commit

Permalink
Exclude Lint/AmbiguousBlockAssociation from spec dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dany1468 committed Jul 14, 2017
1 parent ba8e5e0 commit 2ae9f03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/rubocop.yml
Expand Up @@ -54,6 +54,10 @@ Lint/EndAlignment:
Lint/UnderscorePrefixedVariableName:
Enabled: false

Lint/AmbiguousBlockAssociation:
Exclude:
- "spec/**/*"

Lint/AssignmentInCondition:
Enabled: false

Expand Down

0 comments on commit 2ae9f03

Please sign in to comment.