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.

21 lines
364 B

  1. ---
  2. extends: default
  3. ignore: |
  4. .git/
  5. # Generated file
  6. tests/files/custom_cni/cilium.yaml
  7. rules:
  8. braces:
  9. min-spaces-inside: 0
  10. max-spaces-inside: 1
  11. brackets:
  12. min-spaces-inside: 0
  13. max-spaces-inside: 1
  14. indentation:
  15. spaces: 2
  16. indent-sequences: consistent
  17. line-length: disable
  18. new-line-at-end-of-file: disable
  19. truthy: disable