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