We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf2f08 commit 41003eeCopy full SHA for 41003ee
.codespellignore
@@ -0,0 +1,3 @@
1
+connectd
2
+crate
3
+mut
.codespellrc
@@ -0,0 +1,4 @@
+[codespell]
+
+count = true
4
+ignore-words = .codespellignore
.pre-commit-config.yaml
@@ -30,6 +30,13 @@ repos:
30
entry: clang-format
31
types: [ c ]
32
33
+- repo: https://github.com/codespell-project/codespell
34
+ rev: v2.3.0
35
+ hooks:
36
+ - id: codespell
37
+ description: Checks for common misspellings.
38
+ exclude: ccan|contrib|tests/fuzz/corpora
39
40
- repo: local
41
hooks:
42
# Reimplementation of `make check-amount-access` for pygrep.
0 commit comments