mirror of
https://github.com/openssl/openssl.git
synced 2026-01-18 17:11:31 +01:00
objects. Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> MergeDate: Tue Jan 13 10:13:37 2026 (Merged from https://github.com/openssl/openssl/pull/29599)
20 lines
567 B
YAML
20 lines
567 B
YAML
repos:
|
|
- repo: "https://github.com/codespell-project/codespell"
|
|
rev: "v2.4.1"
|
|
hooks:
|
|
- id: "codespell"
|
|
args: ["--config=.codespellrc"]
|
|
- repo: "https://github.com/pre-commit/mirrors-clang-format"
|
|
rev: "v21.1.6"
|
|
hooks:
|
|
- id: "clang-format"
|
|
types_or: []
|
|
files: '\.c\.in$|\.h\.in$|\.c$|\.h$'
|
|
args: ["--style=file"]
|
|
exclude: |
|
|
(?x)^(
|
|
crypto/objects/obj_dat.h|
|
|
crypto/objects/obj_xref.h|
|
|
include/openssl/obj_mac.h
|
|
)$
|