Skip to content

ci: add typos spell checker - #118

Merged
katbyte merged 1 commit into
mainfrom
kt/typos
Sep 10, 2026
Merged

ci: add typos spell checker#118
katbyte merged 1 commit into
mainfrom
kt/typos

Conversation

@katbyte

@katbyte katbyte commented Sep 10, 2026

Copy link
Copy Markdown
Owner

Adds typos via make typos, pinned in the makefile like shellcheck, with a workflow on every PR. misspell only covers Go files; this checks everything, including identifiers. Port of katbyte/tctest#137.

Repo-specific adjustments:

  • lib/diff/diffmatchpatch/ is excluded as forked third-party code (already exempted in .golangci.yml).
  • the go.mod pseudo-version ignore regex also covers the vX.Y.Z-0.yyyymmddhhmmss-hash form used here.

Fixes the three CHANGELOG typos it found.

Adds typos via make typos, pinned in the makefile like shellcheck, with a
workflow on every PR. misspell only covers Go files; this checks everything,
including identifiers. Excludes the forked diffmatchpatch package and fixes
the three CHANGELOG typos it found.
@katbyte
katbyte merged commit 4bf541d into main Sep 10, 2026
11 checks passed
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

Successfully merging this pull request may close these issues.

1 participant