Skip to content

Commit

Permalink
Lint: RSpec/EmptyLineAfterExampleGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbeck committed Aug 22, 2018
1 parent b0e4477 commit 91deff4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@ Naming/PredicateName:
Naming/UncommunicativeMethodParamName:
Enabled: false

# This cop does not work correctly in rubocop-rspec 1.27.0
RSpec/EmptyLineAfterExampleGroup:
Enabled: false

# Yes, ideally examples would be short. Is it possible to pick a limit and say,
# "no example will ever be longer than this"? Hard to say. Sometimes they're
# quite long.
Expand Down

0 comments on commit 91deff4

Please sign in to comment.