Sha256: 88804860e1c74111f8f2bf7548fbe99eb2384ac711d1da1ef0643c20a9b09a33

Contents?: true

Size: 680 Bytes

Versions: 2

Compression:

Stored size: 680 Bytes

Contents

require: rubocop-rspec

AllCops:
  TargetRubyVersion: 2.5
  Exclude:
   - 'dummy/db/seeds.rb'
   - 'dummy/db/migrate/**'
   - 'dummy/db/schema.rb'
   - 'lib/generators/templates/**/*'
Documentation:
  Enabled: false
Metrics/LineLength:
  Max: 125
Metrics/ModuleLength:
  Max: 150
Metrics/BlockLength:
  ExcludedMethods: ['describe', 'context']
Layout/CaseIndentation:
  Enabled: false
Style/StructInheritance:
  Enabled: false
Style/ClassAndModuleChildren:
  Enabled: false
Rails/HasAndBelongsToMany:
  Enabled: false
Style/MixinGrouping:
  Exclude:
    - 'spec/**/*.rb'
Lint/AmbiguousBlockAssociation:
  Exclude:
    - 'spec/**/*.rb'
Gemspec/RequiredRubyVersion:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
monarchy-2.6.1 .rubocop.yml
monarchy-2.6.0 .rubocop.yml