From ac08faa2b8b3b10709d3243e3bb0f2ff0cfd189f Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Tue, 2 Sep 2025 20:49:46 +0200 Subject: [PATCH] codespell: add codespell configuration add codespell configuration with ignored lines for nimble Signed-off-by: raiden00pl --- .codespell-ignore-lines | 2 ++ .codespellrc | 10 ++++++++++ 2 files changed, 12 insertions(+) create mode 100644 .codespell-ignore-lines create mode 100644 .codespellrc diff --git a/.codespell-ignore-lines b/.codespell-ignore-lines new file mode 100644 index 000000000..75a07676e --- /dev/null +++ b/.codespell-ignore-lines @@ -0,0 +1,2 @@ + mynewt-nimble/nimble/host/services/ans/src/ble_svc_ans.c + mynewt-nimble/nimble/host/services/ans/include diff --git a/.codespellrc b/.codespellrc new file mode 100644 index 000000000..442f4656c --- /dev/null +++ b/.codespellrc @@ -0,0 +1,10 @@ +[codespell] + +# Add complete lines to be ignored to this file. +# Example for ignoring all current occurrences of (verifiably correct) word usage: +# grep -hirw "emac" | sort | uniq >>.codespell-ignore-lines +exclude-file = .codespell-ignore-lines + +# Ignore complete files (e.g. legal text or other immutable material). +skip = + LICENSE,