From 83533600add4ce84291e8879eae939a9c1194c78 Mon Sep 17 00:00:00 2001 From: Kenta Kubo <601636+kkebo@users.noreply.github.com> Date: Sun, 6 Apr 2025 05:53:32 +0900 Subject: [PATCH] chore: add `.yamllint.yml` --- .yamllint.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .yamllint.yml diff --git a/.yamllint.yml b/.yamllint.yml new file mode 100644 index 0000000..74e1046 --- /dev/null +++ b/.yamllint.yml @@ -0,0 +1,7 @@ +extends: default + +rules: + line-length: false + document-start: false + truthy: + check-keys: false