From fe353ea7e913996704894bb2a2ed4a4117a3246a Mon Sep 17 00:00:00 2001 From: Fintan Halpenny Date: Thu, 16 Apr 2026 10:45:17 +0100 Subject: [PATCH] =?UTF-8?q?codespell:=20Rule=20for=20...=20->=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Creates a new .codespell-dictionary.txt to extend the default set of rules. The first rule is `...|…`. --- .codespell-dictionary.txt | 1 + .codespellrc | 1 + 2 files changed, 2 insertions(+) create mode 100644 .codespell-dictionary.txt 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