This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 362e3097100de737f0d6cc639f6dab48cf56080b Author: Niklas Haas <[email protected]> AuthorDate: Fri Mar 20 14:43:45 2026 +0100 Commit: Niklas Haas <[email protected]> CommitDate: Thu Jun 4 11:44:22 2026 +0200 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 <[email protected]> --- .forgejo/pre-commit/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/pre-commit/config.yaml b/.forgejo/pre-commit/config.yaml index a53fb19eb7..2b9ae5d133 100644 --- a/.forgejo/pre-commit/config.yaml +++ b/.forgejo/pre-commit/config.yaml @@ -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/.*$ _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
