From a5eb17773f2300368e8fe0a50e148bdcbb8d64af Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 16 Aug 2024 14:22:12 +0100 Subject: [PATCH] .codespellignore: add ignore file 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 Link: https://github.com/kmod-project/kmod/pull/76 Signed-off-by: Lucas De Marchi --- .codespellignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .codespellignore diff --git a/.codespellignore b/.codespellignore new file mode 100644 index 00000000..8ca1ecbd --- /dev/null +++ b/.codespellignore @@ -0,0 +1,2 @@ +caf +parm -- 2.47.3