From c0f90964275dc7d8e8a9f72e493af15ada7ddb09 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Tue, 13 Jul 2021 19:19:09 +0900 Subject: [PATCH] Remove redundant .rubocop.yml config Follow up to https://github.com/rubocop/rubocop/pull/9896. --- .rubocop.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index d3eb294569..c4ff10f6bc 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -18,19 +18,6 @@ AllCops: InternalAffairs/NodeMatcherDirective: Enabled: false -Naming/InclusiveLanguage: - FlaggedTerms: - whitelist: - Suggestions: - - allowlist - blacklist: - Suggestions: - - denylist - master: - AllowedRegex: - - 'blob/master/' - - 'master \(unreleased\)' - Naming/PredicateName: # Method define macros for dynamically generated method. MethodDefinitionMacros: