Sha256: d6de8d233a1827b06f753fad5ff0d5c2ffe6e35a4d5068b59d7503f6ee6ae6c4

Contents?: true

Size: 385 Bytes

Versions: 5

Compression:

Stored size: 385 Bytes

Contents

inherit_from:
  - https://relaxed.ruby.style/rubocop.yml

AllCops:
  Exclude:
    - bin/*
    - spec/dummy/**/*
  NewCops: enable

Gemspec/RequiredRubyVersion:
  Enabled: false

Naming/FileName:
  Enabled: false

Layout/LineLength:
  Enabled: true
  Max: 120

Style/HashEachMethods:
  Enabled: true

Style/HashTransformKeys:
  Enabled: true

Style/HashTransformValues:
  Enabled: true

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
activeadmin_blaze_theme-0.7.4 .rubocop.yml
activeadmin_blaze_theme-0.7.0 .rubocop.yml
activeadmin_blaze_theme-0.6.2 .rubocop.yml
activeadmin_blaze_theme-0.6.0 .rubocop.yml
activeadmin_blaze_theme-0.5.16 .rubocop.yml