diff options
Diffstat (limited to '.codespellrc')
-rw-r--r-- | .codespellrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.codespellrc b/.codespellrc new file mode 100644 index 00000000..750692b5 --- /dev/null +++ b/.codespellrc @@ -0,0 +1,6 @@ +[codespell] +skip = .git,.venv,*.svg,package-lock.json +# ot,fo,te - used as short variable names +# optionall - OptionAll but codespell is case insensitive +# testing - TestIn +ignore-words-list = ot,fo,te,optionall,testin |