github.com/yoheimuta/protolint@v0.49.8-0.20240515023657-4ecaebb7575d/.yamllint (about)

     1  ---
     2  extends: default
     3  rules:
     4    line-length:
     5      max: 140
     6    quoted-strings:
     7      required: only-when-needed
     8    truthy:
     9      allowed-values: ['true', 'false', 'on']