github.com/Prakhar-Agarwal-byte/moby@v0.0.0-20231027092010-a14e3e8ab87e/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/