From e05e357f84bbd1cbfea0c5f5631729ac8325559a Mon Sep 17 00:00:00 2001 From: Antoinette Lee <43924662+Nyette@users.noreply.github.com> Date: Sun, 1 Nov 2020 18:32:46 -0500 Subject: [PATCH] Disabled rule about line length (#218) --- .yamllint.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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