---

yaml-files:
- '*.yaml'
- '*.yml'
- '.yamllint'

## exclude
ignore: |
  fast/stages/0-org-setup/assets/workflow-*.yaml
  cloud-config.yaml
  *-cloud-config.yaml
  modules/cloud-config-container/__need_fixing/onprem/static-vpn-gw-cloud-init.yaml
  modules/net-lb-int/recipe-ilb-next-hop/assets/gw.yaml

extends: default

rules:
  indentation:
    indent-sequences: consistent
  line-length:
    max: 120
    level: warning
  braces: disable
  document-start: disable
  empty-lines:
    max: 2
    max-start: 0
    max-end: 1
  comments-indentation: disable
