diff --git a/.rubocop.yml b/.rubocop.yml index aab3b6a85..ab330ce48 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