Skip to content
Snippets Groups Projects
.yamllint 307 B
Newer Older
Mark Goddard's avatar
Mark Goddard committed
---
extends: default
ignore: |
  .tox/

rules:
  line-length: disable
  truthy: disable
  braces:
    max-spaces-inside: 1
  comments:
    require-starting-space: true
Mark Goddard's avatar
Mark Goddard committed
    # Ignore comment validation in globals.yml - we break the
    # require-starting-space rule.
    ignore: |
Mark Goddard's avatar
Mark Goddard committed
      etc/kolla/globals.yml