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