dotcloud/docker

View on GitHub
hack/validate/yamllint.yaml

Summary

Maintainability
Test Coverage
extends: default
locale: C.UTF-8
rules:
  document-start: disable
  line-length: disable
  # ignore "warning  truthy value should be one of [false, true]" on GitHub
  # actions workflows, which use "on:" to specify when to run.
  truthy:
    ignore: |
      .github/workflows/