summaryrefslogtreecommitdiffhomepage
path: root/.github/linters/.yaml-lint.yml
blob: be4c8879885ccd5ad54a96f1efd9b1cb3f0ee165 (plain)
1
2
3
4
5
6
7
8
9
---
# https://yamllint.readthedocs.io/en/stable/
# yamllint --strict -c .github/linters/.yaml-lint.yml .
extends: default

rules:
  document-start: disable
  line-length: disable
  truthy: false