From 1daa863218623fd0ea14f6a00d983cc109445ac7 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 23 Jul 2020 11:21:04 +0200 Subject: Add yamllint --- .yamllint | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .yamllint (limited to '.yamllint') diff --git a/.yamllint b/.yamllint new file mode 100644 index 000000000..638c16210 --- /dev/null +++ b/.yamllint @@ -0,0 +1,18 @@ +extends: default + +ignore: | + /.venv/ + /.tox/ + /build/ + /dist/ + +rules: + document-start: disable + line-length: + ignore: | + /.github/*.yml + /.github/workflows/*.yml + truthy: + # on: ... + ignore: | + /.github/workflows/*.yml -- cgit v1.2.3-54-g00ecf