summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-01-25 02:04:42 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-01-25 02:07:14 +0100
commit9c2e1c99d01ff0f3a567ddad9a8d4d3f785080b5 (patch)
treedf9ca38380a167e60e0cdfed6de2c6edb77d89e7 /.pre-commit-config.yaml
parentb467d537cd3ad20beb0b087fb97a1178b75225b6 (diff)
pre-commit: Exclude MSVC files from check-byte-order-marker hook
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 433b23b9dd..b329f2f14d 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -4,6 +4,7 @@ repos:
hooks:
- id: check-case-conflict
- id: check-byte-order-marker
+ exclude: ^.*(\.cbproj|\.groupproj|\.props|\.sln|\.vcxproj|\.vcxproj.filters)$
- id: check-merge-conflict
- id: check-yaml
- id: check-json