mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-23 21:51:27 +00:00
11 lines
150 B
Plaintext
11 lines
150 B
Plaintext
|
# vim: ft=yaml
|
||
|
---
|
||
|
yaml-files:
|
||
|
- "*.yaml"
|
||
|
- "*.yml"
|
||
|
- ".yamllint"
|
||
|
extends: "default"
|
||
|
rules:
|
||
|
quoted-strings: "enable"
|
||
|
line-length: "disable"
|