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.

9 lines
235 B

  1. ---
  2. # Default rules for YAML linting from super-linter.
  3. # See: See https://yamllint.readthedocs.io/en/stable/rules.html
  4. extends: default
  5. rules:
  6. document-end: disable
  7. document-start: disable
  8. line-length: disable
  9. truthy: disable