You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
699 B

  1. ---
  2. extends: default
  3. ignore: |
  4. .git/
  5. .github/
  6. # Generated file
  7. tests/files/custom_cni/cilium.yaml
  8. # https://ansible.readthedocs.io/projects/lint/rules/yaml/
  9. rules:
  10. braces:
  11. min-spaces-inside: 0
  12. max-spaces-inside: 1
  13. brackets:
  14. min-spaces-inside: 0
  15. max-spaces-inside: 1
  16. comments:
  17. min-spaces-from-content: 1
  18. # https://github.com/adrienverge/yamllint/issues/384
  19. comments-indentation: false
  20. indentation:
  21. spaces: 2
  22. indent-sequences: consistent
  23. line-length: disable
  24. new-line-at-end-of-file: disable
  25. octal-values:
  26. forbid-implicit-octal: true # yamllint defaults to false
  27. forbid-explicit-octal: true # yamllint defaults to false
  28. truthy: disable