forked from sstsimulator/sst-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pre-commit-config.yaml
37 lines (37 loc) · 970 Bytes
/
.pre-commit-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
fail_fast: false
repos:
- repo: meta
hooks:
- id: check-hooks-apply
- id: check-useless-excludes
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.6.0"
hooks:
- id: check-case-conflict
- id: check-merge-conflict
- repo: https://github.com/cheshirekow/cmake-format-precommit
rev: "v0.6.13"
hooks:
- id: cmake-format
args: [--config-files, experimental/.cmake-format.yaml]
additional_dependencies:
- pyyaml
- id: cmake-lint
additional_dependencies:
- pyyaml
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: "v12.0.1"
hooks:
- id: clang-format
types_or: [c++, c]
exclude: |
(?x)(
build/|
src/sst/core/libltdl/|
external/
)
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
rev: "v1.7.1.15"
hooks:
- id: actionlint