From c52c694e12408c2d3c3e2baab39aa6589f782eb4 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Sat, 10 Jul 2021 13:39:14 +0100 Subject: [PATCH] rubocop: Remove `atlantis` formula whitelist flag from being allowed - This was changed in https://github.com/Homebrew/homebrew-core/commit/9f39d2e405030373dd2649e297c5c008e9aa5dc0.. --- Library/.rubocop.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index ba24830f16..00803230a2 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -98,9 +98,6 @@ Naming/InclusiveLanguage: blacklist: AllowedRegex: - "--listBlacklist" # Used in formula `xmlsectool` - whitelist: - AllowedRegex: - - "--repo-whitelist" # Used in formula `atlantis` Naming/MethodName: IgnoredPatterns: