Enable rubocop Rails rules
This commit is contained in:
parent
a68be76a15
commit
7f116ecda6
2 changed files with 3 additions and 715 deletions
|
|
@ -24,6 +24,9 @@ Style/SafeNavigation:
|
|||
Style/NumericPredicate:
|
||||
Enabled: false
|
||||
|
||||
Rails:
|
||||
Enabled: true
|
||||
|
||||
# Avoid deep blocks nesting
|
||||
Metrics/BlockNesting:
|
||||
Max: 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue