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