Sha256: 0d686958a6e03a70c4444ce8048772a1d200fa7b466e8848c7f203b59d9717b0
Contents?: true
Size: 1.04 KB
Versions: 20
Compression:
Stored size: 1.04 KB
Contents
## # Standard based Rubocop config suggested by Evil Martians. # - https://evilmartians.com/chronicles/rubocoping-with-legacy-bring-your-ruby-code-up-to-standard # - https://github.com/testdouble/standard # # Copied without any modifications from: # https://gist.github.com/palkan/623c0816b05ed246bfe0cb406050990a # 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 RSpec/Capybara/CurrentPathExpectation: Enabled: true RSpec/FactoryBot/AttributeDefinedStatically: Enabled: true RSpec/FactoryBot/CreateList: Enabled: true
Version data entries
20 entries across 20 versions & 1 rubygems