forked from submariner-io/submariner-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.yamllint.yml
More file actions
26 lines (24 loc) · 687 Bytes
/
.yamllint.yml
File metadata and controls
26 lines (24 loc) · 687 Bytes
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
---
extends: default
rules:
line-length:
max: 140
# Allow standard GHA syntax for "on: *"
truthy:
ignore: '.github/workflows/*.yml'
ignore: |
/vendor
/api/vendor
/deploy/crds
/deploy/submariner/crds
/deploy/mcsapi/crds/multicluster.x_k8s.io_serviceexports.yaml
/deploy/mcsapi/crds/multicluster.x_k8s.io_serviceimports.yaml
/config/crd/bases/submariner.io_brokers.yaml
/config/crd/bases/submariner.io_submariners.yaml
/config/crd/bases/submariner.io_servicediscoveries.yaml
/config/manifests/kustomization.yaml
/config/manifests/bases/submariner.clusterserviceversion.yaml
/config/bundle/kustomization.yaml
/bundle
/packagemanifests
/.tekton