Sha256: e158ab2c43eb5a275c5eb44a4e37be34eeeac2ded1a7e484b98085f411438404

Contents?: true

Size: 462 Bytes

Versions: 2

Compression:

Stored size: 462 Bytes

Contents

Rails:
  Enabled: true

AllCops:
  TargetRubyVersion: 2.3
  Exclude:
    - "db/**/*"
    - "config/**/*"
    - "bin/*"

Lint/Debugger:
  Exclude:
    - "spec/support/capybara_webkit.rb"

Metrics/AbcSize:
  Max: 18

Metrics/LineLength:
  Max: 100

Style/Documentation:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/StringLiterals:
  Enabled: false
  EnforcedStyle: double_quotes

Style/TrailingBlankLines:
  Exclude:
    - "Gemfile"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
welaika-suspenders-2.26.0 templates/rubocop.yml
welaika-suspenders-2.25.0 templates/rubocop.yml