github.com/khulnasoft-lab/khulnasoft@v26.0.1-0.20240328202558-330a6f959fe0+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/