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

feat: re-parse after running --fix #20

Closed
wants to merge 4 commits into from

Commits on Jul 10, 2024

  1. feat: re-parse after running --fix

    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.
    DonIsaac committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    af8b62a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71117be View commit details
    Browse the repository at this point in the history
  3. I ~love~ debugging CI

    DonIsaac committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    f745f93 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. wip

    DonIsaac committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    7a575b2 View commit details
    Browse the repository at this point in the history