Update rubocop.yml

This commit is contained in:
Matt-Yorkley
2018-01-04 15:19:56 +00:00
parent 70ae59550d
commit 62e4cbd052

View File

@@ -53,6 +53,10 @@ Lint/UselessAssignment:
Rails/DynamicFindBy:
Enabled: false
# Same as above, #find_by is not available until Rails 4
Rails/FindBy:
Enabled: false
# This should be the programmer's discretion, perhaps we should review all of
# the uses of it an make specific exceptions though.
Rails/SkipsModelValidations: