.yamllint.yml 321 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
# default config: https://yamllint.readthedocs.io/en/stable/configuration.html#default-configuration
extends: default

rules:
  document-start: disable
  line-length:
    max: 999  # temporarily increase allowed line length
  truthy:
    # prevent treating GitHub Workflow "on" key as boolean value
    check-keys: false