rubocop: Remove an allowlist entry for blacklist usage

- The usage in the `xmlsectool` formula went away in
  76618ad7fc.
- 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.
This commit is contained in:
Issy Long 2022-03-04 00:21:25 +00:00
parent 6759482ed3
commit cec469c3d9
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -95,9 +95,6 @@ Naming/InclusiveLanguage:
- "ssdb_slave" # Used in formula `ssdb` - "ssdb_slave" # Used in formula `ssdb`
- "var_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` - "patches/13_fix_scope_for_show_slave_status_data.patch" # Used in formula `mytop`
blacklist:
AllowedRegex:
- "--listBlacklist" # Used in formula `xmlsectool`
Naming/MethodName: Naming/MethodName:
IgnoredPatterns: IgnoredPatterns: