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,