Sha256: 6410fefb7e29a32e1af43d7341463d1549a55faa9ddd1c4eb21e1536ecbcdbab

Contents?: true

Size: 354 Bytes

Versions: 3

Compression:

Stored size: 354 Bytes

Contents

AllCops:
  RunRailsCops: true
  Exclude:
    - "db/**/*"
    - "config/**/*"
    - "bin/*"
    - "spec/i18n_spec.rb"

Metrics/LineLength:
  Max: 100

Style/StringLiterals:
  Enabled: false
  EnforcedStyle: double_quotes

Style/Documentation:
  Enabled: false

Metrics/AbcSize:
  Max: 18

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
welaika-suspenders-2.21.0 templates/rubocop.yml
welaika-suspenders-2.20.0 templates/rubocop.yml
welaika-suspenders-2.19.0 templates/rubocop.yml