peridot/vendor/github.com/authzed/grpcutil/.yamllint

11 lines
150 B
Plaintext
Raw Normal View History

# vim: ft=yaml
---
yaml-files:
- "*.yaml"
- "*.yml"
- ".yamllint"
extends: "default"
rules:
quoted-strings: "enable"
line-length: "disable"