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 spell checker #1667

Merged
merged 21 commits into from
Oct 6, 2023
Merged

Add spell checker #1667

merged 21 commits into from
Oct 6, 2023

Commits on Sep 29, 2023

  1. Add spellchecker

    Add a spellchecker for Markdown files.
    Resolves #1639.
    martincostello committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    389421b View commit details
    Browse the repository at this point in the history
  2. Add wordlist

    Add a wordlist of things to not mark as misspelled.
    martincostello committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    96eee05 View commit details
    Browse the repository at this point in the history
  3. Ignore benchmarks

    Ignore the benchmark files.
    martincostello committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    88f7f1c View commit details
    Browse the repository at this point in the history
  4. Remove HTML

    Remove the HTML checking.
    martincostello committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    5364294 View commit details
    Browse the repository at this point in the history
  5. Restore HTML

    Restore the HTML filter.
    martincostello committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    2620611 View commit details
    Browse the repository at this point in the history
  6. Update sources

    Ignore doesn't seem to work, so just check the root, any README file, docs and .github.
    martincostello committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    7a8c387 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Try ignoring codefences

    Add setting to see if that fixes issues with code in codefences being spell-checked.
    martincostello committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    5cb3319 View commit details
    Browse the repository at this point in the history
  2. Bump rojopolis/spellcheck-github-actions

    Bump rojopolis/spellcheck-github-actions to v0.34.0.
    martincostello committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    96a1e5a View commit details
    Browse the repository at this point in the history
  3. Fix typos

    - Fix a number of typos (or change wording to "fix" them).
    - Add more things to the wordlist.
    martincostello committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    d0f03e5 View commit details
    Browse the repository at this point in the history
  4. Try ignoring CHANGELOG

    Try ignoring CHANGELOG from the spellchecker.
    martincostello committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    37bdd8b View commit details
    Browse the repository at this point in the history
  5. Fix more typos

    - Fix more typos.
    - Add more words to the wordlist.
    martincostello committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    085779f View commit details
    Browse the repository at this point in the history
  6. Update sources

    As ignoring a file doesn't seem to work, cherry-pick the files from the repo-root to ignore CHANGELOG.
    martincostello committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    8c9ec2b View commit details
    Browse the repository at this point in the history
  7. Try additional extension

    Try another Markdown extension - maybe it will ignore inline codefences.
    martincostello committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    7333454 View commit details
    Browse the repository at this point in the history
  8. Fix more typos

    - Fix more typos.
    - Update wordlist further.
    martincostello committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    b80f08f View commit details
    Browse the repository at this point in the history
  9. Ignore text in backticks

    Try ignoring text that's in a pair of backticks.
    martincostello committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    b72fae1 View commit details
    Browse the repository at this point in the history
  10. Fix indentation

    Fix context filter indentation.
    martincostello committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    72c8525 View commit details
    Browse the repository at this point in the history
  11. Fix more typos

    - Wrap more words in backticks.
    - Fix more typos.
    - Extend wordlist further.
    martincostello committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    215c4bb View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    db905ff View commit details
    Browse the repository at this point in the history
  2. Exclude files from spellchecker

    Otherwise the spellcheck files due to all the technical terms and the GitHub logins in these two files.
    martincostello committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    e861296 View commit details
    Browse the repository at this point in the history
  3. Fix more typos

    - Wrap more words in backticks.
    - Add more terms to the wordlist.
    martincostello committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    aaecf6f View commit details
    Browse the repository at this point in the history
  4. Reword sentence

    Reword the sentence to avoid needing to add a GitHub login to the wordlist file.
    martincostello committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    52e615b View commit details
    Browse the repository at this point in the history