From 9bc84f103d02bf93c3a4bce04e87248dffa04434 Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Mon, 9 May 2022 20:51:12 +0900 Subject: [PATCH] Enable `Naming/InclusiveLanguage` with `CheckStrings: true` https://github.com/rubocop/rubocop/pull/10611 --- .rubocop.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index faa6627d71..b13d4fb5db 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -24,6 +24,8 @@ InternalAffairs/UndefinedConfig: Enabled: false Naming/InclusiveLanguage: + Enabled: true + CheckStrings: true FlaggedTerms: behaviour: Suggestions: