description | title | layout | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Codespell fixes common misspellings in text files. It's designed primarily to check misspelled words in source code. |
Trunk | How to run codespell |
|
codespell 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.
codespell supports the following config files:
.codespellrc
You can move these files to .trunk/configs
and trunk check
will still find them. See Moving Linters for more info.
- codespell site
- codespell Trunk Code Quality integration source
- Trunk Code Quality's open source plugins repo