update gems
[oni_sorceress.git] / .rubocop.yml
blobf9d86d4a5480283221e922c5e4c42b7f7e532996
1 # Omakase Ruby styling for Rails
2 inherit_gem: { rubocop-rails-omakase: rubocop.yml }
4 # Overwrite or add rules to create your own house style
6 # # Use `[a, [b, c]]` not `[ a, [ b, c ] ]`
7 # Layout/SpaceInsideArrayLiteralBrackets:
8 #   Enabled: false