Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
codespell is a linter
  • Loading branch information
xiaoshihou514 authored Sep 12, 2023
1 parent 15c9901 commit 0d45035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
- [x] [black](https://github.com/psf/black)
- [x] [cbfmt](https://github.com/lukas-reineke/cbfmt)
- [x] [clang-format](https://www.kernel.org/doc/html/latest/process/clang-format.html)
- [ ] [codespell](https://github.com/codespell-project/codespell)
- [ ] [djhtml](https://github.com/rtts/djhtml)
- [ ] [fish_indent](https://fishshell.com/docs/current/cmds/fish_indent.html)
- [ ] [fnlfmt](https://git.sr.ht/~technomancy/fnlfmt)
Expand All @@ -36,6 +35,7 @@
## Linters

- [x] [clang-tidy](https://clang.llvm.org/extra/clang-tidy/)
- [ ] [codespell](https://github.com/codespell-project/codespell)
- [x] [hadolint](https://github.com/hadolint/hadolint)
- [x] [luacheck](https://github.com/lunarmodules/luacheck)
- [x] [pylint](https://github.com/PyCQA/pylint)
Expand Down

0 comments on commit 0d45035

Please sign in to comment.