mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 21:30:35 +00:00
Use similar yamllint configuration as other Submariner repos. Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
16 lines
284 B
YAML
16 lines
284 B
YAML
---
|
|
extends: default
|
|
|
|
rules:
|
|
line-length:
|
|
max: 140
|
|
# Allow standard GHA syntax for "on: *"
|
|
truthy:
|
|
ignore: '.github/workflows/*.yml'
|
|
|
|
ignore: |
|
|
/submariner-k8s-broker/crds
|
|
/submariner-operator/crds
|
|
/submariner-k8s-broker/templates
|
|
/submariner-operator/templates
|