mirror of
https://github.com/moebooru/moebooru
synced 2025-08-22 01:47:48 +00:00
Add some more styles
This commit is contained in:
parent
bb65bc6bcb
commit
15f7304ec1
22
.rubocop.yml
22
.rubocop.yml
@ -1,15 +1,31 @@
|
||||
inherit_from: .rubocop_todo.yml
|
||||
|
||||
Style/AlignParameters:
|
||||
EnforcedStyle: with_fixed_indentation
|
||||
|
||||
Style/FirstParameterIndentation:
|
||||
EnforcedStyle: consistent
|
||||
|
||||
Style/HashSyntax:
|
||||
EnforcedStyle: hash_rockets
|
||||
|
||||
Style/IndentArray:
|
||||
EnforcedStyle: consistent
|
||||
|
||||
Style/IndentHash:
|
||||
EnforcedStyle: consistent
|
||||
|
||||
Style/MultilineMethodCallIndentation:
|
||||
EnforcedStyle: indented
|
||||
|
||||
Style/MultilineOperationIndentation:
|
||||
EnforcedStyle: indented
|
||||
|
||||
Style/SignalException:
|
||||
EnforcedStyle: only_raise
|
||||
|
||||
Style/StringLiterals:
|
||||
EnforcedStyle: double_quotes
|
||||
|
||||
Style/StringLiteralsInInterpolation:
|
||||
EnforcedStyle: double_quotes
|
||||
|
||||
Style/SignalException:
|
||||
EnforcedStyle: only_raise
|
||||
|
Loading…
x
Reference in New Issue
Block a user