forked from openshift/windows-machine-config-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
goio.yaml
38 lines (38 loc) · 790 Bytes
/
goio.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
excludes:
- matchtype: name
regexp: ^\.git$
- matchtype: name
regexp: ^vendor$
- matchtype: name
regexp: ^testdata$
- matchtype: path
regexp: cloud-provider-aws
- matchtype: path
regexp: cloud-provider-azure
- matchtype: path
regexp: container*
- matchtype: path
regexp: csi-proxy
- matchtype: path
regexp: kube*
- matchtype: path
regexp: hcsshim
- matchtype: path
regexp: ovn-kubernetes
- matchtype: path
regexp: promu
- matchtype: path
regexp: windows_exporter
groups:
- description: standard
matchorder: 1
regexp:
- ^[a-zA-Z0-9\/]+$
- description: other
matchorder: 2
regexp:
- '[a-zA-Z0-9]+\.[a-zA-Z0-9]+/'
- description: module
matchorder: 0
regexp:
- "%{module}%"