Sha256: d1d4f57f2effa9ae2558bce0973aecd5efe97955d799a547276faaa62fefdbaa

Contents?: true

Size: 633 Bytes

Versions: 2

Compression:

Stored size: 633 Bytes

Contents

# See full list of defaults here: https://github.com/bbatsov/rubocop/blob/master/config/default.yml
# To see all cops used see here: https://github.com/bbatsov/rubocop/blob/master/config/enabled.yml

AllCops:
  TargetRubyVersion: 2.3
  Include:
      - Rakefile
      - Gemfile

LineLength:
  Max: 120

Layout/CaseIndentation:
  Enabled: false

Style/EmptyElse:
  Enabled: false

Lint/AmbiguousRegexpLiteral:
  Enabled: false

Lint/AmbiguousBlockAssociation:
  Enabled: false

Style/CaseEquality:
  Enabled: false

Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Metrics/ModuleLength:
  Max: 150

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
howitzer-2.1.1 generators/root/templates/.rubocop.yml
howitzer-2.1.0 generators/root/templates/.rubocop.yml