mirror of
https://github.com/ditkrg/schemable.git
synced 2026-01-22 22:26:41 +00:00
Updates Rubocop
This commit is contained in:
parent
671571282d
commit
7396ddebbf
@ -128,4 +128,8 @@ Layout/EmptyLinesAroundClassBody: # Disables empty lines around class body warni
|
||||
Layout/HeredocIndentation: # Disables heredoc indentation warning
|
||||
Enabled: false
|
||||
Layout/ClosingHeredocIndentation: # Disables closing heredoc indentation warning
|
||||
Enabled: false
|
||||
Enabled: false
|
||||
Rails/Output: # Disables rails output warning
|
||||
Enabled: false
|
||||
Metrics/ClassLength: # Disables class length warning
|
||||
Max: 150
|
||||
|
||||
Loading…
Reference in New Issue
Block a user