From d6598122a559f9b0eb41355cab89b51b668ad1a0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 24 May 2024 16:18:02 +0000 Subject: [PATCH] .rubocop.yml: update to match main configuration --- .rubocop.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 6aeceb5..ffe2099 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,3 +1,4 @@ +# This file is synced from `Homebrew/brew` by the `.github` repository, do not modify it directly. --- AllCops: TargetRubyVersion: 3.3 @@ -12,8 +13,6 @@ AllCops: - Taps/*/*/vendor/**/* SuggestExtensions: rubocop-minitest: false -Homebrew: - Enabled: true Layout/ArgumentAlignment: Exclude: - Taps/*/*/*.rb