diff --git a/.codespell-dictionary.txt b/.codespell-dictionary.txt new file mode 100644 index 00000000..9640ef6e --- /dev/null +++ b/.codespell-dictionary.txt @@ -0,0 +1 @@ +...->… diff --git a/.codespellrc b/.codespellrc index 86c46f6b..74e90966 100644 --- a/.codespellrc +++ b/.codespellrc @@ -2,3 +2,4 @@ skip = .git*,*.lock,.codespellrc,target,.jj check-hidden = true ignore-words-list = ser,set,noes +dictionary = .codespell-dictionary.txt,- \ No newline at end of file