Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.21 KB

codespell.md

File metadata and controls

52 lines (32 loc) · 1.21 KB
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
title description tableOfContents outline pagination
visible
true
visible
visible
true
visible
true
visible
true

codespell

codespell is a linter for All.

You can enable the codespell linter with:

trunk check enable codespell

codespell example output

Auto Enabling

codespell will be auto-enabled if a .codespellrc config file is present.

Settings

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.

Links