summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-10-10 15:14:52 -0400
committerAllen Winter <allen.winter@kdab.com>2022-10-10 15:14:52 -0400
commit0ee17a5989aae5af678858dd1c53d48dd590c180 (patch)
treefc32233692b9e85c68fc1ca373f683eb8e69ddda
parent84a6a532bb8b62bd0fb9bf9862bcce8e766a85bf (diff)
downloadlibical-git-0ee17a5989aae5af678858dd1c53d48dd590c180.tar.gz
.pre-commit-config.yaml - configure check-yaml
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 2bcc0c3b..da7df0e0 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -10,6 +10,8 @@ repos:
- id: check-added-large-files
- id: check-case-conflict
- id: check-yaml
+ args: [--allow-multiple-documents]
+ exclude: ^(.clang-tidy)
- id: check-json
#- repo: https://github.com/pre-commit/mirrors-clang-format
# rev: v13.0.0