diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2025-02-25 02:11:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-25 02:11:44 +0100 |
commit | 4c0d462d533d257df1c2fc53c18a298c80ff14fe (patch) | |
tree | e1efed30227c3b64096010d0212716fec5e78ea2 /.yamllint.yaml | |
parent | 9de0d9346cf5c17cd4a96c58ad326919bd8d27ed (diff) | |
download | luasystem-4c0d462d533d257df1c2fc53c18a298c80ff14fe.tar.gz luasystem-4c0d462d533d257df1c2fc53c18a298c80ff14fe.tar.bz2 luasystem-4c0d462d533d257df1c2fc53c18a298c80ff14fe.zip |
fix(ci): yamllint config file moved (#50)
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 | ||