From d04beed36121cdd11689a6c35b3c19ee048f48ff Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Thu, 26 Aug 2021 23:29:47 -0400 Subject: [PATCH] `style`: exclude `utils/gems.rb` from `Bundler/GemFilename` cop --- Library/Homebrew/.rubocop.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Library/Homebrew/.rubocop.yml b/Library/Homebrew/.rubocop.yml index 98815f0ae4..772dce1f46 100644 --- a/Library/Homebrew/.rubocop.yml +++ b/Library/Homebrew/.rubocop.yml @@ -55,3 +55,7 @@ Style/HashAsLastArrayItem: Style/BlockDelimiters: BracesRequiredMethods: - "sig" + +Bundler/GemFilename: + Exclude: + - "utils/gems.rb"