repo.or.cz
/
oni_sorceress.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update gems
[oni_sorceress.git]
/
.rubocop.yml
blob
f9d86d4a5480283221e922c5e4c42b7f7e532996
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