1
0
Fork 0

chore: add cmake-format and cmake-lint to pre-commit checks

main
mandlm 2023-10-22 12:35:46 +02:00
parent bcc4720b80
commit 49427ef8cd
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 6 additions and 0 deletions

View File

@ -22,3 +22,9 @@ repos:
- id: clang-format
- id: clang-tidy
args: [-p=build]
- repo: https://github.com/cheshirekow/cmake-format-precommit
rev: v0.6.13
hooks:
- id: cmake-format
- id: cmake-lint