[PATCH 2/2] general: add .codespellrc file
James Prestwood <[email protected]>
| Newsgroups | dev.linux.lists.iwd |
|---|---|
| Message-ID | <[email protected]> |
This is what was used to get clean output from codespell. Common words/abbreviations and exclusion were added that come up in the code base. --- .codespellrc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .codespellrc diff --git a/.codespellrc b/.codespellrc new file mode 100644 index 00000000..49586988 --- /dev/null +++ b/.codespellrc @@ -0,0 +1,3 @@ +[codespell] +ignore-words-list = fils, FILS, SME, assertIn, OCE, clen, aci, ELL, sav, ths +skip = build-aux, linux, autom4te.cache, aclocal.m4, AUTHORS, libtool, configure*, *.5, ell -- 2.34.1