diff --git a/.github/actions/sync/shared-config.rb b/.github/actions/sync/shared-config.rb index 370c2b6f..bd974653 100755 --- a/.github/actions/sync/shared-config.rb +++ b/.github/actions/sync/shared-config.rb @@ -51,6 +51,7 @@ def git(*args) homebrew_repository_path/"docs/#{rubocop_yaml}", permitted_classes: [Symbol, Regexp], ) +homebrew_docs_rubocop_config_yaml["AllCops"]["Exclude"] << '"vendor/**/*"' homebrew_docs_rubocop_config = homebrew_docs_rubocop_config_yaml.reject do |key, _| key.match?(%r{\AFormulaAudit/|Sorbet/}) end.to_yaml