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

Fix Lint and Format Tasks not re-running after editorconfig changes #358

Merged
merged 1 commit into from
Dec 28, 2023

Conversation

jeremymailen
Copy link
Owner

Fixes #327

h/t @mateuszkwiecinski for figuring this one out.

After a build failure, logic before did not check for changed editorconfig files since that scenario is not "incremental".
Instead we always return changed editorconfig files.

Update tests accordingly.

@jeremymailen jeremymailen merged commit 5421456 into master Dec 28, 2023
22 checks passed
@jeremymailen jeremymailen deleted the fix-editorconfig-cache branch December 28, 2023 00:10
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.

Lint task sometimes does not re-run when editorconfig changes
1 participant