Sha256: 50ae33aea77cfb244b1fa9b35b7352227a761155930014cce89452ad37a887b2

Contents?: true

Size: 597 Bytes

Versions: 6

Compression:

Stored size: 597 Bytes

Contents

AllCops:
  Exclude:
    - 'spec/support/*'
    - 'bin/**/*'
    - 'vendor/**/*'
Style/Documentation:
  Enabled: false
Style/FrozenStringLiteralComment:
  Enabled: false
Style/NumericPredicate:
  Enabled: false
Lint/UnifiedInteger:
  Enabled: false
Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    default: ()
    "%i": ()
    "%w": ()
Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'
Security/MarshalLoad:
  Exclude:
    - 'lib/candy_check/play_store/discovery_repository.rb'
Style/DateTime:
  Enabled: false
Style/Encoding:
  Enabled: false
Style/ExpandPathArguments:
  Enabled: false

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
candy_check-0.5.0 .rubocop.yml
candy_check-0.4.0 .rubocop.yml
candy_check-0.3.0 .rubocop.yml
candy_check-0.2.1 .rubocop.yml
candy_check-0.2.0 .rubocop.yml
candy_check-0.1.2 .rubocop.yml