mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Remove pre-commit exclusions for clang-format
We previously would ignore any files under `auxil/`. Since pre-commit only formats files tracked in this repo, and `auxil/` today contains only submodules this exclusion did not exclude anything; if however we ever end up adding C++ files under `auxil/` we would like them to be formatted consistently.
This commit is contained in:
parent
db42b2cfe5
commit
629d273f44
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ repos:
|
|||
rev: v0.6.13
|
||||
hooks:
|
||||
- id: cmake-format
|
||||
exclude: '^auxil/.*$'
|
||||
|
||||
- repo: https://github.com/crate-ci/typos
|
||||
rev: v1.16.21
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue