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

test(format/grit): add tests for grit formatter #3937

Merged
merged 24 commits into from
Sep 23, 2024

Commits on Sep 16, 2024

  1. Add file handler for grit

    branberry committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    eab141c View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    dec1fe0 View commit details
    Browse the repository at this point in the history
  2. add grit filehandling

    branberry committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f06d937 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. add tests for grit

    branberry committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    3ec03df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa22b36 View commit details
    Browse the repository at this point in the history
  3. linting stuff

    branberry committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    f89f1b7 View commit details
    Browse the repository at this point in the history
  4. Add file instantiation

    branberry committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    1b501d1 View commit details
    Browse the repository at this point in the history
  5. Fix last linting issue

    branberry committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    f87f7e3 View commit details
    Browse the repository at this point in the history
  6. Remove unused dependencies

    branberry committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    f47ed64 View commit details
    Browse the repository at this point in the history
  7. Update crates/biome_service/src/file_handlers/mod.rs

    Co-authored-by: Carson McManus <dyc3@users.noreply.github.com>
    branberry and dyc3 authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8e9b92c View commit details
    Browse the repository at this point in the history
  8. Add panic to test

    branberry committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    32d088c View commit details
    Browse the repository at this point in the history
  9. Add panic to test

    branberry committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    56b4c70 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    13172aa View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Add file source for grit

    branberry committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b1bcdd7 View commit details
    Browse the repository at this point in the history
  2. Add grit file handleres

    branberry committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    94f3887 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bdd46c View commit details
    Browse the repository at this point in the history
  4. Add grit syntax to schema

    branberry committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ced5052 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ae1465 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Undo format change

    branberry committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    e3d7e13 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Use different test

    branberry committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    1edaa48 View commit details
    Browse the repository at this point in the history
  2. Update .github/workflows/repository_dispatch.yml

    Co-authored-by: Carson McManus <dyc3@users.noreply.github.com>
    branberry and dyc3 authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b68ca00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34e50a7 View commit details
    Browse the repository at this point in the history
  4. Add snapshot test

    branberry committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    694993c View commit details
    Browse the repository at this point in the history
  5. Allow to ascii lowercase

    branberry committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    1f185f2 View commit details
    Browse the repository at this point in the history