From 863c6d9bf47ca93aa6414609c8aec822c36a22ef Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 29 Mar 2023 14:05:36 -0400 Subject: [PATCH] Add codespell ignores identified so far --- .codespellrc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.codespellrc b/.codespellrc index 5aa4b5e75..24ca96548 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,3 +1,8 @@ [codespell] -skip = .git,*.pdf,*.svg -# ignore-words-list = +skip = .git,*.pdf,*.svg,po,rfc*.txt +# nd,te,wath - short variables used +# numer - API used +# Mattern,Stach - names +# entrie - entrie(s) string +# HDA - domain terms used +ignore-words-list = nd,te,wath,mattern,entrie,stach,hda,numer