mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
zeek-aux: Ignore some files for license file pre-commit check
This commit is contained in:
parent
2994d2ec8d
commit
c05da53275
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ repos:
|
||||||
language: python
|
language: python
|
||||||
files: '\.(h|c|cpp|cc|spicy|evt)$'
|
files: '\.(h|c|cpp|cc|spicy|evt)$'
|
||||||
types: [file]
|
types: [file]
|
||||||
exclude: '^(testing/btest/(Baseline|plugins|spicy|scripts)/.*|testing/builtin-plugins/.*)$'
|
exclude: '^(testing/btest/(Baseline|plugins|spicy|scripts)/.*|testing/builtin-plugins/.*|auxil/zeek-aux/plugin-support/skeleton/.*|auxil/zeek-aux/rst/rst.c|auxil/zeek-aux/testing/Baseline/update-changes.replace-version-in-c-header/header.h)$'
|
||||||
|
|
||||||
- id: btest-command-commented
|
- id: btest-command-commented
|
||||||
name: Check that all BTest command lines are commented out
|
name: Check that all BTest command lines are commented out
|
||||||
|
@ -26,6 +26,7 @@ repos:
|
||||||
- "c"
|
- "c"
|
||||||
- "c++"
|
- "c++"
|
||||||
- "json"
|
- "json"
|
||||||
|
exclude: '^(auxil/zeek-aux/plugin-support/skeleton/src/Plugin.*)'
|
||||||
|
|
||||||
- repo: https://github.com/maxwinterstein/shfmt-py
|
- repo: https://github.com/maxwinterstein/shfmt-py
|
||||||
rev: v3.12.0.1
|
rev: v3.12.0.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue