Skip to content

Commit

Permalink
Merge pull request #176 from Homebrew/shared_config_vendor_quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Aug 23, 2024
2 parents 6ec9772 + 05246ca commit d41c581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/sync/shared-config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def git(*args)
homebrew_repository_path/"Library/#{rubocop_yaml}",
permitted_classes: [Symbol, Regexp],
)
homebrew_rubocop_config_yaml["AllCops"]["Exclude"] << '"vendor/**/*"'
homebrew_rubocop_config_yaml["AllCops"]["Exclude"] << "vendor/**/*"
homebrew_rubocop_config = homebrew_rubocop_config_yaml.reject do |key, _|
key.match?(%r{\Arequire|inherit_from|inherit_mode|Cask/|Formula|Homebrew|Performance/|RSpec|Sorbet/})
end.to_yaml
Expand Down

0 comments on commit d41c581

Please sign in to comment.