From e2a30c1c8aeef69f4b383f35d6f4ebea75b0d72f Mon Sep 17 00:00:00 2001 From: Richard Stewart Date: Mon, 9 May 2022 20:52:23 +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 7d1b26f..fe90385 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -23,6 +23,8 @@ InternalAffairs/UndefinedConfig: Enabled: false Naming/InclusiveLanguage: + Enabled: true + CheckStrings: true FlaggedTerms: behaviour: Suggestions: