Sha256: 232220a173ef8ac7cbbcaf38a937fda5ede177321d68f4f673fe7ebcd24c54de

Contents?: true

Size: 615 Bytes

Versions: 18

Compression:

Stored size: 615 Bytes

Contents

AllCops:
  NewCops: disable
  Exclude:
    - '**/vendor/bundle/**/*'
    - '**/bin/**/*'
    - '**/db/schema.rb'
    - '**/node_modules/**/*'

require:
  - standard
  - rubocop-rails
  - rubocop-rake

inherit_gem:
  standard: config/base.yml

# String literals should never be mutable.
Style/FrozenStringLiteralComment:
  Enabled: true

# Constants should never be mutable.
Style/MutableConstant:
  Enabled: true
  EnforcedStyle: strict

# Allow `.update_all`.
Rails/SkipsModelValidations:
  Enabled: false

# Allow Rake tasks to not require the full Rails app to be loaded.
Rails/RakeEnvironment:
  Enabled: false

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
shimmer-0.0.28 config/rubocop_base.yml
shimmer-0.0.27 config/rubocop_base.yml
shimmer-0.0.26 config/rubocop_base.yml
shimmer-0.0.25 config/rubocop_base.yml
shimmer-0.0.24 config/rubocop_base.yml
shimmer-0.0.23 config/rubocop_base.yml
shimmer-0.0.22 config/rubocop_base.yml
shimmer-0.0.21 config/rubocop_base.yml
shimmer-0.0.20 config/rubocop_base.yml
shimmer-0.0.19 config/rubocop_base.yml
shimmer-0.0.18 config/rubocop_base.yml
shimmer-0.0.17 config/rubocop_base.yml
shimmer-0.0.16 config/rubocop_base.yml
shimmer-0.0.15 config/rubocop_base.yml
shimmer-0.0.14 config/rubocop_base.yml
shimmer-0.0.13 config/rubocop_base.yml
shimmer-0.0.12 config/rubocop_base.yml
shimmer-0.0.11 config/rubocop_base.yml