Skip to content

Commit

Permalink
Merge pull request #19 from kapost/blocks_in_rspec
Browse files Browse the repository at this point in the history
Disable ambiguous blocks in specs.
  • Loading branch information
pk-nb committed May 11, 2018
2 parents e69165c + 9ca5cc6 commit 58d2f20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.kapost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ Rails/TimeZone:
Enabled: false
AllCops:
TargetRubyVersion: 2.3
Lint/AmbiguousBlockAssociation:
Exclude:
- "spec/**/*"
Style/AndOr:
EnforcedStyle: conditionals
Style/BracesAroundHashParameters:
Expand Down

0 comments on commit 58d2f20

Please sign in to comment.