Codespell fixes common misspellings in text files. It's designed primarily to check misspelled words in source code.
codespellarrow-up-right is a linter for All.
You can enable the codespell linter with:
trunk check enable codespell
codespell will be auto-enabled if a .codespellrc config file is present.
.codespellrc
codespell supports the following config files:
You can move these files to .trunk/configs and trunk check will still find them. See Moving Linters for more info.
.trunk/configs
trunk check
codespell sitearrow-up-right
codespell Trunk Code Quality integration sourcearrow-up-right
Trunk Code Quality's open source plugins repoarrow-up-right
Last updated 1 year ago