Sha256: 20fd90e72ee0a05a3a30680cf470f59701304c8f947405ae1fca65aeac7264cf

Contents?: true

Size: 1.47 KB

Versions: 3

Compression:

Stored size: 1.47 KB

Contents

Layout/AlignParameters:
  EnforcedStyle: with_fixed_indentation

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

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

Layout/FirstParameterIndentation:
  EnforcedStyle: consistent

Layout/IndentArray:
  EnforcedStyle: consistent

Layout/MultilineMethodCallIndentation:
  EnforcedStyle: indented

Metrics/AbcSize:
  Enabled: true
  Exclude:
    - 'lib/underlay/generators/app_generator.rb'

Metrics/BlockLength:
  Enabled: true
  Exclude:
    - 'spec/adapters/heroku_spec.rb'
    - 'spec/features/cli_help_spec.rb'
    - 'spec/features/heroku_spec.rb'
    - 'spec/features/new_project_spec.rb'

Metrics/ClassLength:
  Enabled: true
  Exclude:
    - 'lib/underlay/app_builder.rb'
    - 'lib/underlay/generators/app_generator.rb'

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

Metrics/MethodLength:
  Enabled: false

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

Style/Documentation:
  Enabled: false

Style/GuardClause:
  Enabled: false

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

Style/IfUnlessModifier:
  Enabled: false

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

3 entries across 3 versions & 1 rubygems

Version Path
underlay-2.0 .rubocop.yml
underlay-1.52.1 .rubocop.yml
underlay-1.50.1 .rubocop.yml