Sha256: d1ed4d4786dfc191ad0ad82c4bbf37a0dae9684b8ead614c17dad718ad44ee79
Contents?: true
Size: 632 Bytes
Versions: 1
Compression:
Stored size: 632 Bytes
Contents
inherit_from: ../ruby/rubocop.yml require: rubocop-rspec Layout/LineLength: Enabled: false Layout/SpaceInsideHashLiteralBraces: Enabled: false Lint/AmbiguousBlockAssociation: Exclude: - spec/**/* Metrics/BlockLength: Enabled: false Metrics/ModuleLength: Enabled: false RSpec/ContextWording: Exclude: - spec/support/shared_contexts/rake.rb RSpec/ExampleLength: Enabled: false RSpec/NotToNot: EnforcedStyle: to_not Style/BlockDelimiters: Exclude: - spec/factories/**/*.rb Style/Documentation: Enabled: false Style/SymbolProc: Exclude: - spec/factories/**/*.rb Style/WordArray: Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
house_style-2.0.0 | rspec/rubocop.yml |