Sha256: e412deb79775a55d88753d34bae39775e9091cd5b7b80dbe944f28538c81e616

Contents?: true

Size: 1.09 KB

Versions: 2

Compression:

Stored size: 1.09 KB

Contents

AllCops:
  Exclude:
    - 'spec/fixtures/**/*'
    - 'bin/*'
    - 'spec/support'
    - 'spec/factories'
    - 'spec/fixtures'
    - 'spec/support/*'
    - 'spec/spec_helper.rb'
    - 'spec/rails_helper.rb'
  TargetRubyVersion: 2.5.1
  DisplayCopNames: true

Style/Encoding:
  Enabled: false

Style/Documentation:
  Enabled: false

Style/SpaceAroundEqualsInParameterDefault:
  EnforcedStyle: no_space

Style/ParallelAssignment:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Metrics/ModuleLength:
  Exclude:
    - "**/*_spec.rb"

Metrics/BlockLength:
  Exclude:
    - "**/*_spec.rb"

Metrics/LineLength:
  Max: 160

Metrics/MethodLength:
  Max: 30

Metrics/AbcSize:
  Max: 80

Metrics/BlockLength:
  Max: 100

Metrics/PerceivedComplexity:
  Max: 20

Metrics/CyclomaticComplexity:
  Max: 20

Metrics/ParameterLists:
  Max: 10

Style/ClassAndModuleChildren:
  Enabled: false

Layout/IndentationWidth:
  Enabled: false

Layout/IndentationConsistency:
  Enabled: false

Style/AccessModifierDeclarations:
  Enabled: false

Layout/AlignHash:
  Enabled: false

Layout/IndentHash:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
simpleadmin-1.4.0 .rubocop.yml
simpleadmin-1.3.0 .rubocop.yml