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

Don't repeat global excludes in linter config #325

Merged
merged 1 commit into from
Aug 25, 2023

Conversation

ianfleeton
Copy link
Contributor

This caused the config to keep growing (and therefore modifying) which affected the file caching fingerprinting which relies on the config hash.

The for_linter request for a config for the new ERBLint::Linters::NoUnusedDisable triggers this.

This causes the caching feature to not actually work since 0.4.0.

Reported in issue #318

This caused the config to keep growing which affected the file caching fingerprinting which relies on the config hash.
@ianfleeton
Copy link
Contributor Author

I have signed the CLA!

@joshuapinter
Copy link
Contributor

Good find! What can we do to get this merged in so my caching works again?

@joshuapinter
Copy link
Contributor

Just want to add, this fixes the issue I was seeing in #318. Let's get this merged in please. Thanks!

@etiennebarrie etiennebarrie merged commit 5d18947 into Shopify:main Aug 25, 2023
1 check passed
@etiennebarrie
Copy link
Member

Thanks!

@joshuapinter
Copy link
Contributor

👏 👏 👏

Thank you @ianfleeton and @etiennebarrie!

@ianfleeton ianfleeton deleted the no-global-exclude-repeat branch August 29, 2023 11:51
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.

3 participants