diff --git a/.yamllint.yml b/.yamllint.yml index 109f1ffc..708d35fe 100644 --- a/.yamllint.yml +++ b/.yamllint.yml @@ -10,4 +10,6 @@ rules: indentation: spaces: 2 indent-sequences: true - check-multi-line-strings: true \ No newline at end of file + check-multi-line-strings: true + line-length: disable + \ No newline at end of file