mirror of
https://github.com/czhu12/canine.git
synced 2025-12-16 16:35:10 -06:00
11 lines
288 B
YAML
11 lines
288 B
YAML
# Omakase Ruby styling for Rails
|
|
inherit_gem: { rubocop-rails-omakase: rubocop.yml }
|
|
|
|
# Overwrite or add rules to create your own house style
|
|
#
|
|
# # Use `[a, [b, c]]` not `[ a, [ b, c ] ]`
|
|
# Layout/SpaceInsideArrayLiteralBrackets:
|
|
# Enabled: false
|
|
Style/StringLiterals:
|
|
Enabled: false
|