Sha256: 6fe7fe6654ad495240dd3b0990ea17e48ad0014b949c66904c734be70273c31f

Contents?: true

Size: 345 Bytes

Versions: 9

Compression:

Stored size: 345 Bytes

Contents

require:
  - rubocop-rails
  - rubocop-rspec

AllCops:
  TargetRubyVersion: 2.4

Layout/LineLength:
  Max: 100

Rails/RakeEnvironment:
  Exclude:
    - spec/support/mygem/Rakefile

Style/Documentation:
  Enabled: false

Style/HashEachMethods:
  Enabled: true

Style/HashTransformKeys:
  Enabled: true

Style/HashTransformValues:
  Enabled: true

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
eac_ruby_gems_utils-0.9.1 .rubocop.yml
eac_ruby_gems_utils-0.9.0 .rubocop.yml
eac_ruby_gems_utils-0.8.0 .rubocop.yml
eac_ruby_gems_utils-0.7.3 .rubocop.yml
eac_ruby_gems_utils-0.7.2 .rubocop.yml
eac_ruby_gems_utils-0.7.1 .rubocop.yml
eac_ruby_gems_utils-0.7.0 .rubocop.yml
eac_ruby_gems_utils-0.6.2 .rubocop.yml
eac_ruby_gems_utils-0.6.1 .rubocop.yml