From cec469c3d956fc7cc056765c249b975ae0f8d2c3 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Fri, 4 Mar 2022 00:21:25 +0000 Subject: [PATCH] rubocop: Remove an allowlist entry for `blacklist` usage - The usage in the `xmlsectool` formula went away in https://github.com/Homebrew/homebrew-core/commit/76618ad7fca31ed7c5a7c1f8a4c688662bbacc64. - If I revert the changes in that commit and run `brew style --only="Naming/InclusiveLanguage" xmlsectool`, RuboCop reports an offense and suggests an alternative term. --- Library/.rubocop.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 5d5bf9e99b..30cd89a721 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -95,9 +95,6 @@ Naming/InclusiveLanguage: - "ssdb_slave" # Used in formula `ssdb` - "var_slave" # Used in formula `ssdb` - "patches/13_fix_scope_for_show_slave_status_data.patch" # Used in formula `mytop` - blacklist: - AllowedRegex: - - "--listBlacklist" # Used in formula `xmlsectool` Naming/MethodName: IgnoredPatterns: