From 7a6cd8b69fc068e8e893fa15899af1514c92e0e2 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Tue, 20 Jul 2021 12:48:45 +0900 Subject: [PATCH] Update `Naming/InclusiveLanguage` config Follow up to https://github.com/rubocop/rubocop/commit/f2c5f0ea. --- .rubocop.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 9fdd1bc9..ae843f9a 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -25,16 +25,9 @@ Naming/PredicateName: Naming/InclusiveLanguage: FlaggedTerms: - whitelist: + offence: Suggestions: - - allowlist - blacklist: - Suggestions: - - denylist - master: - AllowedRegex: - - 'blob/master/' - - 'master \(unreleased\)' + - offense Style/FormatStringToken: # Because we parse a lot of source codes from strings. Percent arrays