forgejo/codespell: exclude tests/checkasm/ext

Pre-emptively exclude the external checkasm sources. Split off from the
following merge commit to make the history easier to follow.

Signed-off-by: Niklas Haas <git@haasn.dev>
This commit is contained in:
Niklas Haas
2026-06-04 11:44:22 +02:00
parent 566dd20247
commit 362e309710
+1 -1
View File
@@ -33,4 +33,4 @@ repos:
args:
- --ignore-words=.forgejo/pre-commit/ignored-words.txt
- --ignore-multiline-regex=codespell:off.*?(codespell:on|\Z)
exclude: ^tools/(patcheck|clean-diff)$
exclude: ^tools/(patcheck|clean-diff)|tests/checkasm/ext/.*$