Sha256: 08c29e805ebc9b29c402d856d4b8bba70506f43b09d3dc4e3a84701881db9cc1

Contents?: true

Size: 803 Bytes

Versions: 1

Compression:

Stored size: 803 Bytes

Contents

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

# Items in Gemfile are dev dependencies and we don't have to specify versions.
Bundler/GemVersion:
  Enabled: false

# We usually have LISENCE file that describes cipyright information.
Style/Copyright:
  Enabled: false

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

# It's absolutely fine to use inline comments
Style/InlineComment:
  Enabled: false

# Changing require order affects code execution
# This should not be a style cop
Style/RequireOrder:
  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.3.0 config/rubocop.yml