diff options
Diffstat (limited to '.yamllint.yaml')
-rw-r--r-- | .yamllint.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.yamllint.yaml b/.yamllint.yaml new file mode 100644 index 0000000..2632ac5 --- /dev/null +++ b/.yamllint.yaml | |||
@@ -0,0 +1,6 @@ | |||
1 | --- | ||
2 | extends: default | ||
3 | |||
4 | rules: | ||
5 | # MSGH Actions has a key called 'on', which causes false positives. | ||
6 | truthy: disable | ||