diff --git a/Library/Homebrew/.rubocop.yml b/Library/Homebrew/.rubocop.yml index 98815f0ae..772dce1f4 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"