Sha256: c83fa17742451799ba34939743f9953e783e547ae472d9b30f6d5001ad589930

Contents?: true

Size: 610 Bytes

Versions: 4

Compression:

Stored size: 610 Bytes

Contents

AllCops:
  TargetRubyVersion: 2.3
  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']
Style/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'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
monarchy-2.3.0 .rubocop.yml
monarchy-2.2.2 .rubocop.yml
monarchy-2.2.1 .rubocop.yml
monarchy-2.2.0 .rubocop.yml