From 6a4f05a2aa8c8d1d4f1e084ecf2fd4c5532ef445 Mon Sep 17 00:00:00 2001 From: SerhiiMisiura 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: