This commit is contained in:
John Bampton 2026-05-12 07:07:35 +00:00 committed by GitHub
commit ce2cf3b006
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 0 deletions

View File

@ -31,6 +31,17 @@ repos:
- id: doctoc
name: Add TOC for Markdown files
files: ^CONTRIBUTING\.md$|^INSTALL\.md$|^README\.md$
- repo: local
hooks:
- id: check-zip-file-is-not-committed
name: check no zip files are committed
description: Zip files are not allowed in the repository
language: fail
entry: |
Zip files are not allowed in the repository as they are hard to
track and have security implications. Please remove the zip file from the repository.
files: (?i)\.zip$
exclude: ^core/src/test/resources/vhds/test\.vhd\.zip$
- repo: https://github.com/oxipng/oxipng
rev: v9.1.5
hooks: