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.

22 lines
375 B

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