From 0d45035cd3fedd88ef886583a512777d7f0dc30b Mon Sep 17 00:00:00 2001 From: xiaoshihou514 <108414369+xiaoshihou514@users.noreply.github.com> Date: Tue, 12 Sep 2023 10:34:53 +0800 Subject: [PATCH] fix: readme codespell is a linter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b71a578..f47951f 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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)