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

Run crate-ci/typos in CI #51704

Merged
merged 45 commits into from
Oct 24, 2023
Merged

Run crate-ci/typos in CI #51704

merged 45 commits into from
Oct 24, 2023

Commits on Oct 14, 2023

  1. Try using typos in CI

    LilithHafner authored Oct 14, 2023
    Configuration menu
    Copy the full SHA
    dc102e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe586bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83926ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18e1522 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c7b9b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e25d37 View commit details
    Browse the repository at this point in the history
  7. Try a hint on failure

    LilithHafner authored Oct 14, 2023
    Configuration menu
    Copy the full SHA
    f15c6ae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e1e17a2 View commit details
    Browse the repository at this point in the history
  9. Add parentheses

    LilithHafner authored Oct 14, 2023
    Configuration menu
    Copy the full SHA
    7a0c98c View commit details
    Browse the repository at this point in the history
  10. Add draft typos.toml

    Lilith Hafner authored and Lilith Hafner committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    5306441 View commit details
    Browse the repository at this point in the history
  11. Irony at its peak

    LilithHafner authored Oct 14, 2023
    Configuration menu
    Copy the full SHA
    bc36c53 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    5d2881d View commit details
    Browse the repository at this point in the history
  2. add typo

    Lilith Hafner authored and Lilith Hafner committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    03334fa View commit details
    Browse the repository at this point in the history
  3. use home-rolled typos

    Lilith Hafner authored and Lilith Hafner committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    5b18d98 View commit details
    Browse the repository at this point in the history
  4. give access to github.token (still with no permissions?)

    Lilith Hafner authored and Lilith Hafner committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    e426c1a View commit details
    Browse the repository at this point in the history
  5. also fetch base ref

    Lilith Hafner authored and Lilith Hafner committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    45a4651 View commit details
    Browse the repository at this point in the history
  6. move fetch to typos step

    Lilith Hafner authored and Lilith Hafner committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    0f7e924 View commit details
    Browse the repository at this point in the history
  7. debug

    Lilith Hafner authored and Lilith Hafner committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    d292968 View commit details
    Browse the repository at this point in the history
  8. try to remove the list of false positives

    Lilith Hafner authored and Lilith Hafner committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    0a07f59 View commit details
    Browse the repository at this point in the history
  9. edit a file that already has false positives in it

    Lilith Hafner authored and Lilith Hafner committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    5265529 View commit details
    Browse the repository at this point in the history
  10. use set-diff (python instead of bash to get O(n))

    Lilith Hafner authored and Lilith Hafner committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    23a2de6 View commit details
    Browse the repository at this point in the history
  11. indentation

    Lilith Hafner authored and Lilith Hafner committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    c70961e View commit details
    Browse the repository at this point in the history
  12. debug

    Lilith Hafner authored and Lilith Hafner committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    5778a1e View commit details
    Browse the repository at this point in the history
  13. use newlines instead of null bytes

    Lilith Hafner authored and Lilith Hafner committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    6f18b0c View commit details
    Browse the repository at this point in the history
  14. user default delim?

    Lilith Hafner authored and Lilith Hafner committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    680bd4b View commit details
    Browse the repository at this point in the history
  15. add do -i

    Lilith Hafner authored and Lilith Hafner committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    f1cfdbf View commit details
    Browse the repository at this point in the history
  16. replace 'do -i' with '|| true'

    Lilith Hafner authored and Lilith Hafner committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    619ec8e View commit details
    Browse the repository at this point in the history
  17. use exit code

    Lilith Hafner authored and Lilith Hafner committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    ce44b04 View commit details
    Browse the repository at this point in the history
  18. cleanup and formatting

    Lilith Hafner authored and Lilith Hafner committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    c2bc0ad View commit details
    Browse the repository at this point in the history
  19. remove intentional typos from README.md (should make check green)

    Lilith Hafner authored and Lilith Hafner committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    e3c6a96 View commit details
    Browse the repository at this point in the history
  20. remove non-typo additions to src/jlapi.c

    Lilith Hafner authored and Lilith Hafner committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    73fd900 View commit details
    Browse the repository at this point in the history
  21. rename job

    Lilith Hafner authored and Lilith Hafner committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    df9fbb5 View commit details
    Browse the repository at this point in the history
  22. more rename

    Lilith Hafner authored and Lilith Hafner committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    6d7c946 View commit details
    Browse the repository at this point in the history
  23. don't pass around massive arguments to avoid error

    Lilith Hafner authored and Lilith Hafner committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    d4dbcc7 View commit details
    Browse the repository at this point in the history
  24. add typo

    Lilith Hafner authored and Lilith Hafner committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    80fa72d View commit details
    Browse the repository at this point in the history
  25. fix typo in python code

    Lilith Hafner authored and Lilith Hafner committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    43f9a82 View commit details
    Browse the repository at this point in the history
  26. fix another pyhton bug

    Lilith Hafner authored and Lilith Hafner committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    0ac4f99 View commit details
    Browse the repository at this point in the history
  27. add non-typo change to file with existing false-positives

    Lilith Hafner authored and Lilith Hafner committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    35408ae View commit details
    Browse the repository at this point in the history
  28. ignore typos that are 5 or fewer characters long

    Lilith Hafner authored and Lilith Hafner committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    a871c2c View commit details
    Browse the repository at this point in the history
  29. add a longer typo to README.md

    Lilith Hafner authored and Lilith Hafner committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    3bc928c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. add news

    Lilith Hafner authored and Lilith Hafner committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    df7c059 View commit details
    Browse the repository at this point in the history
  2. stop ignoring short typos, instead annotate but let CI pass

    Lilith Hafner authored and Lilith Hafner committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    9f87862 View commit details
    Browse the repository at this point in the history
  3. put back typos.toml ignoring typos of length less than or euqal to 4

    Lilith Hafner authored and Lilith Hafner committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    38d8272 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. remove intentional typos

    Lilith Hafner authored and Lilith Hafner committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    06751de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9117815 View commit details
    Browse the repository at this point in the history