pre-commit: Ensure testing files have @TEST lines commented

This commit is contained in:
Arne Welzel 2025-04-17 15:23:07 +02:00
parent 51f504b38f
commit dde478db6d

View file

@ -12,6 +12,12 @@ repos:
types: [file]
exclude: '^(testing/btest/(Baseline|plugins|spicy|scripts)/.*|testing/builtin-plugins/.*)$'
- id: btest-command-commented
name: Check that all BTest command lines are commented out
entry: '^\s*@TEST-'
language: pygrep
files: '^testing/btest/.*$'
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v20.1.0
hooks: