mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 13:19:39 +02:00
Rubocop updates
This commit is contained in:
parent
5ea2fd5a23
commit
05b0b8f3a4
22 changed files with 477 additions and 476 deletions
13
.rubocop.yml
13
.rubocop.yml
|
@ -1,12 +1,13 @@
|
|||
# Omakase Ruby styling for Rails
|
||||
inherit_gem: { rubocop-rails-omakase: rubocop.yml }
|
||||
|
||||
# Overwrite or add rules to create your own house style
|
||||
#
|
||||
# # Use `[a, [b, c]]` not `[ a, [ b, c ] ]`
|
||||
# Layout/SpaceInsideArrayLiteralBrackets:
|
||||
# Enabled: false
|
||||
Layout/ElseAlignment:
|
||||
Enabled: false
|
||||
Layout/EndAlignment:
|
||||
Enabled: false
|
||||
|
||||
Layout/IndentationConsistency:
|
||||
Enabled: true
|
||||
|
||||
Layout/IndentationWidth:
|
||||
Enabled: true
|
||||
Width: 2
|
Loading…
Add table
Add a link
Reference in a new issue