From bb2dd0a5c01661de3327ae03b05829764a7aa23e Mon Sep 17 00:00:00 2001 From: Earlopain <14981592+Earlopain@users.noreply.github.com> Date: Sat, 24 Aug 2024 11:39:42 +0200 Subject: [PATCH] Enable `InternalAffairs/UndefinedConfig` The described problem doesn't occur anymore --- .rubocop.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index aab3b6a853..ab330ce48d 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -18,10 +18,6 @@ AllCops: InternalAffairs/NodeMatcherDirective: Enabled: false -# FIXME: Workaround for a false positive caused by this cop when using `bundle exec rake`. -InternalAffairs/UndefinedConfig: - Enabled: false - Naming/InclusiveLanguage: Enabled: true CheckStrings: true