Sha256: b8415c8a7f829fc1444872bbe87fcb6665c204d8049197e501aa55df911a258d
Contents?: true
Size: 497 Bytes
Versions: 1
Compression:
Stored size: 497 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 # 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.2.0 | config/rubocop.yml |