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:
parent
6759482ed3
commit
cec469c3d9
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user