From: Joel Rosdahl Date: Wed, 8 Mar 2023 17:49:44 +0000 (+0100) Subject: chore: Add typos configuration X-Git-Tag: v4.8~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=820a4ded67efb35f4b5f74ecfd83c0cfb880e74d;p=thirdparty%2Fccache.git chore: Add typos configuration --- diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8da7c327d..4cd2791db 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -537,4 +537,4 @@ jobs: pip3 install codespell==2.1.0 - name: Run codespell - run: codespell -q 7 -S ".git,build*,./src/third_party/*" -I misc/codespell-allowlist.txt + run: codespell -q 7 -S ".git,build*,./misc/typos.toml,./src/third_party/*" -I misc/codespell-allowlist.txt diff --git a/misc/typos.toml b/misc/typos.toml new file mode 100644 index 000000000..f1eb931f0 --- /dev/null +++ b/misc/typos.toml @@ -0,0 +1,9 @@ +[default.extend-words] +fo = "fo" +hda = "hda" +ot = "ot" +seve = "seve" +thi = "thi" + +[files] +extend-exclude = ["misc/codespell-allowlist.txt", "src/third_party"]