Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

actions/sync/shared-config: fix vendor exclude. #175

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

MikeMcQuaid
Copy link
Member

This should be in the general rubocop, not the docs one.

This should be in the general rubocop, not the docs one.
@MikeMcQuaid MikeMcQuaid merged commit 6ec9772 into master Aug 23, 2024
29 checks passed
@MikeMcQuaid MikeMcQuaid deleted the shared_config_fix_vendor_exclude branch August 23, 2024 15:22
@@ -44,14 +44,14 @@ def git(*args)
homebrew_repository_path/"Library/#{rubocop_yaml}",
permitted_classes: [Symbol, Regexp],
)
homebrew_rubocop_config_yaml["AllCops"]["Exclude"] << '"vendor/**/*"'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The synced files don't look right (see e.g., Homebrew/rubydoc.brew.sh#651), should this instead be:

Suggested change
homebrew_rubocop_config_yaml["AllCops"]["Exclude"] << '"vendor/**/*"'
homebrew_rubocop_config_yaml["AllCops"]["Exclude"] << "vendor/**/*"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants