Sha256: 17d4c46b83a9a52dc67e3dc267fa4356d830b7eab7d2ac101a0674d0a21fb4b7
Contents?: true
Size: 1.12 KB
Versions: 4
Compression:
Stored size: 1.12 KB
Contents
# Copy of Evil Martians config file # https://evilmartians.com/chronicles/rubocoping-with-legacy-bring-your-ruby-code-up-to-standard # 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: Enabled: true RSpec/FactoryBot: Enabled: true RSpec/NestedGroups: Max: 5 RSpec/ExampleLength: Max: 20 RSpec/MultipleExpectations: Max: 10 # disabled as using expect_any_instance_of(ActiveRecord::Relation) # to check for calls to :includes and :preload etc RSpec/AnyInstance: Enabled: false RSpec/DescribedClass: Enabled: false
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
active_manageable-0.2.0 | .rubocop_rspec.yml |
active_manageable-0.1.2 | .rubocop_rspec.yml |
active_manageable-0.1.1 | .rubocop_rspec.yml |
active_manageable-0.1.0 | .rubocop_rspec.yml |