yamlcheck.yaml 292 B

1234567891011121314151617
  1. # Copyright (C) Viktor Szakats
  2. #
  3. # SPDX-License-Identifier: curl
  4. #
  5. # Docs: https://yamllint.readthedocs.io/en/stable/configuration.html
  6. extends: default
  7. rules:
  8. line-length:
  9. max: 500
  10. level: warning
  11. braces: disable
  12. commas: disable
  13. comments: disable
  14. document-start: disable