From 292363cc405382890328e5a51dbd74554684fed0 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 9 Dec 2020 11:18:35 +0000 Subject: [PATCH] rubocop: disable another invalid Rails cop. --- Library/.rubocop.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 631e4e8826..500e82d7ff 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -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: