From 522f1db38b5fc81f6a2fd65cfab5a76d83c22b7b Mon Sep 17 00:00:00 2001 From: kleph Date: Wed, 26 Feb 2020 00:48:28 +0100 Subject: [PATCH] [lint] mandatory lint configuration ;) --- .yamllint | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.yamllint b/.yamllint index 9eaf5ea..35c26b0 100644 --- a/.yamllint +++ b/.yamllint @@ -4,3 +4,6 @@ extends: default rules: indentation: indent-sequences: consistent + line-length: + max: 120 + level: warning