Sha256: a51707fec8d12c774fb92a0acc7ca1ce588c2ae5841c6900f0f127b045007614

Contents?: true

Size: 1.24 KB

Versions: 2

Compression:

Stored size: 1.24 KB

Contents

AllCops:
  Exclude:
    - 'bin/*'

Metrics/LineLength:
  Max: 80
  Exclude:
    - 'db/schema.rb'

Metrics/MethodLength:
  Enabled: false

Rails:
  Enabled: true

Style/AlignParameters:
  EnforcedStyle: with_fixed_indentation

Style/BlockComments:
  Exclude:
    - 'spec/spec_helper.rb'

Metrics/BlockLength:
  Exclude:
    - 'app/admin/*'
    - 'config/environments/*'
    - 'spec/**/*'

Style/Documentation:
  Enabled: false

Style/EmptyLinesAroundBlockBody:
  Exclude:
    - 'db/schema.rb'

Style/ExtraSpacing:
  Exclude:
    - 'bin/*'
    - 'db/schema.rb'

Style/FirstParameterIndentation:
  EnforcedStyle: consistent

Style/FrozenStringLiteralComment:
  Exclude:
    - 'bin/*'
    - 'db/schema.rb'

Style/GuardClause:
  Enabled: false

Style/HashSyntax:
  Exclude:
    - 'Rakefile'
    - 'lib/tasks/*.rake'

Style/IfUnlessModifier:
  Enabled: false

Style/IndentArray:
  EnforcedStyle: consistent

Style/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Style/NumericLiterals:
  Exclude:
    - 'db/schema.rb'

Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    '%':  ()
    '%i': '[]'
    '%q': ()
    '%Q': ()
    '%r': '{}'
    '%s': ()
    '%w': '[]'
    '%W': '[]'
    '%x': ()

Style/StringLiterals:
  Exclude:
    - 'bin/*'
    - 'db/schema.rb'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
underlay-1.52.1 templates/rubocop.yml.erb
underlay-1.50.1 templates/rubocop.yml.erb