Enable rubocop Rails rules

This commit is contained in:
James Mason 2018-05-08 14:00:43 -07:00
parent 8e9d19f9e5
commit e2f5bb6923
No known key found for this signature in database
GPG key ID: 1B3951886C449023
2 changed files with 3 additions and 715 deletions

View file

@ -24,6 +24,9 @@ Style/SafeNavigation:
Style/NumericPredicate:
Enabled: false
Rails:
Enabled: true
# Avoid deep blocks nesting
Metrics/BlockNesting:
Max: 4