Sha256: ac4fdfbfa73d3d32d2705c3fdf053e073419e1d17a3a52df93fa3eeaadf0616a

Contents?: true

Size: 378 Bytes

Versions: 1

Compression:

Stored size: 378 Bytes

Contents

AllCops:
  # Exclude auto-generated files by Rails
  Exclude:
    - 'vendor/bundle/**/*'

# Double negation is a famous Ruby idiom,
# why not using it with confidence?
Style/DoubleNegation:
  Enabled: false

# No particular reason to prefer array style,
# two different styles suit in different situations.
Style/SymbolArray:
  Enabled: false

Style/WordArray:
  Enabled: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubocop-gem_dev-0.1.0 config/rubocop.yml