]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
.codespellignore: add ignore file
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 16 Aug 2024 13:22:12 +0000 (14:22 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 16 Aug 2024 22:05:43 +0000 (17:05 -0500)
The codespell tool miss-detects a few instances as typos. Namely:
 - tar caf -> it suggests calf ;-)
 - parm (module params) -> param

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/76
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
.codespellignore [new file with mode: 0644]

diff --git a/.codespellignore b/.codespellignore
new file mode 100644 (file)
index 0000000..8ca1ecb
--- /dev/null
@@ -0,0 +1,2 @@
+caf
+parm