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

Add idempotence test to --fix #19

Open
Boshen opened this issue Jul 10, 2024 · 0 comments
Open

Add idempotence test to --fix #19

Boshen opened this issue Jul 10, 2024 · 0 comments
Assignees

Comments

@Boshen
Copy link
Member

Boshen commented Jul 10, 2024

run fix, then run fix again on the fixed code, the result should be the same.

@DonIsaac DonIsaac self-assigned this Jul 10, 2024
DonIsaac added a commit that referenced this issue Jul 10, 2024
Related to, but does not fully address, #19.

> NOTE: this PR also enables the vitest plugin

Adds a step to the test stage that re-runs oxlint after it was previously run
with `--fix`. This should help us catch syntax errors created by buggy fixes.

We should also consider running `typecheck` scripts for repositories that have
them.
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

No branches or pull requests

2 participants