Skip to content

Instantly share code, notes, and snippets.

@stereosupersonic
Forked from palkan/.rubocop_rspec.yml
Created April 20, 2020 10:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stereosupersonic/608bc8142bd502e5fbbec6a5b20b34a5 to your computer and use it in GitHub Desktop.
Save stereosupersonic/608bc8142bd502e5fbbec6a5b20b34a5 to your computer and use it in GitHub Desktop.
rubocop-rspec config
require:
- rubocop-rspec
RSpec/Focus:
Enabled: true
RSpec/EmptyExampleGroup:
Enabled: true
RSpec/EmptyLineAfterExampleGroup:
Enabled: true
RSpec/EmptyLineAfterFinalLet:
Enabled: true
RSpec/EmptyLineAfterHook:
Enabled: true
RSpec/EmptyLineAfterSubject:
Enabled: true
RSpec/HookArgument:
Enabled: true
RSpec/HooksBeforeExamples:
Enabled: true
RSpec/ImplicitExpect:
Enabled: true
RSpec/IteratedExpectation:
Enabled: true
RSpec/LetBeforeExamples:
Enabled: true
RSpec/MissingExampleGroupArgument:
Enabled: true
RSpec/ReceiveCounts:
Enabled: true
Capybara/CurrentPathExpectation:
Enabled: true
FactoryBot/AttributeDefinedStatically:
Enabled: true
FactoryBot/CreateList:
Enabled: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment