diff --git a/.rubocop.yml b/.rubocop.yml index 25acf35f57..80d4c1bf7e 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -63,6 +63,10 @@ Rails/DynamicFindBy: Rails/FindBy: Enabled: false +# Same as above, #update! is not available until Rails 4 +Rails/ActiveRecordAliases: + 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: