]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
run codespell pre-commit hook on staged files only master
authorDmitry Misharov <dmitry@openssl.org>
Tue, 9 Dec 2025 16:39:14 +0000 (17:39 +0100)
committerNeil Horman <nhorman@openssl.org>
Wed, 10 Dec 2025 18:28:36 +0000 (13:28 -0500)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29360)

.pre-commit-config.yaml

index 669b784fda444daca2029bd8401d93518d65ad39..2565246b2a949c126c83f367175f7073386e12c1 100644 (file)
@@ -3,7 +3,7 @@ repos:
     rev: "v2.4.1"
     hooks:
       - id: "codespell"
-        args: ["--config=.codespellrc", "."]
+        args: ["--config=.codespellrc"]
   - repo: "https://github.com/pre-commit/mirrors-clang-format"
     rev: "v21.1.6"
     hooks: