2
0
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:
nanaya 2016-05-24 01:46:19 +09:00
parent bb65bc6bcb
commit 15f7304ec1

View File

@ -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