github.com/rish1988/moby@v25.0.2+incompatible/hack/validate/yamllint.yaml (about)

     1  extends: default
     2  locale: C.UTF-8
     3  rules:
     4    document-start: disable
     5    line-length: disable
     6    # ignore "warning  truthy value should be one of [false, true]" on GitHub
     7    # actions workflows, which use "on:" to specify when to run.
     8    truthy:
     9      ignore: |
    10        .github/workflows/