Skip to content

Commit

Permalink
Merge pull request #174 from Homebrew/docs_rubocop_vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Aug 23, 2024
2 parents cf8a66e + 9f0e38f commit 47f31b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/sync/shared-config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47f31b2

Please sign in to comment.