From 6e5ae5c9129e41716c3a889ef5e9c7b9261688fa Mon Sep 17 00:00:00 2001 From: pat-s Date: Sun, 25 Sep 2022 23:21:52 +0800 Subject: [PATCH] Increase line length linter to 200 (#355) As discussed in #348 fix #348 Co-authored-by: pat-s Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/355 Reviewed-by: justusbunsi Reviewed-by: Lunny Xiao Co-authored-by: pat-s Co-committed-by: pat-s --- .markdownlint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.markdownlint.yaml b/.markdownlint.yaml index a67574a..6320f35 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -45,7 +45,7 @@ MD012: # MD013/line-length - Line length MD013: # Number of characters - line_length: 80 + line_length: 200 # Number of characters for headings heading_line_length: 80 # Number of characters for code blocks