We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce02f70 commit e794aacCopy full SHA for e794aac
3 files changed
.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
@@ -31,6 +31,13 @@ repos:
31
exclude: ccan|contrib|tests/fuzz/corpora
32
types: [ c ]
33
34
+- repo: https://github.com/codespell-project/codespell
35
+ rev: v2.3.0
36
+ hooks:
37
+ - id: codespell
38
+ description: Checks for common misspellings.
39
+ exclude: ccan|contrib|tests/fuzz/corpora
40
41
- repo: local
42
hooks:
43
# Reimplementation of `make check-amount-access` for pygrep.
0 commit comments