rubocop: disable another invalid Rails cop.

This commit is contained in:
Mike McQuaid 2020-12-09 11:18:35 +00:00
parent fddefaeaaf
commit 292363cc40
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -173,6 +173,8 @@ Rails:
- "Homebrew/rubocops/**/*"
# Skip these as they only apply to actual Rails and not our ActiveSupport usage.
Rails/ArelStar:
Enabled: false
Rails/Date:
Enabled: false
Rails/Delegate: