main
yml 8 lines 249 Bytes
Raw
1 # Omakase Ruby styling for Rails
2 inherit_gem: { rubocop-rails-omakase: rubocop.yml }
3
4 # Overwrite or add rules to create your own house style
5 #
6 # # Use `[a, [b, c]]` not `[ a, [ b, c ] ]`
7 # Layout/SpaceInsideArrayLiteralBrackets:
8 # Enabled: false