forked from minos-framework/minos-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.pre-commit-config.yaml
45 lines (39 loc) · 1.95 KB
/
.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
38
39
40
41
42
43
44
45
repos:
- repo: local
hooks:
- id: minos-microservice-aggregate-check
pass_filenames: false
entry: make --directory=packages/core/minos-microservice-aggregate check
name: Check minos-microservice-aggregate
files: ^packages/core/minos-microservice-aggregate/
language: system
- id: minos-microservice-common-check
pass_filenames: false
entry: make --directory=packages/core/minos-microservice-common check
name: Check minos-microservice-common
files: ^packages/core/minos-microservice-common/
language: system
- id: minos-microservice-cqrs-check
pass_filenames: false
entry: make --directory=packages/core/minos-microservice-cqrs check
name: Check minos-microservice-cqrs
files: ^packages/core/minos-microservice-cqrs/
language: system
- id: minos-microservice-networks-check
pass_filenames: false
entry: make --directory=packages/core/minos-microservice-networks check
name: Check minos-microservice-networks
files: ^packages/core/minos-microservice-networks/
language: system
- id: minos-microservice-saga-check
pass_filenames: false
entry: make --directory=packages/core/minos-microservice-saga check
name: Check minos-microservice-saga
files: ^packages/core/minos-microservice-saga/
language: system
- id: minos-broker-kafka-check
pass_filenames: false
entry: make --directory=packages/plugins/minos-broker-kafka check
name: Check minos-broker-kafka
files: ^packages/plugins/minos-broker-kafka/
language: system