From da3ed7bcd56fcdbc8a6a2d6458175323b6329f82 Mon Sep 17 00:00:00 2001 From: auricom <27022259+auricom@users.noreply.github.com> Date: Fri, 6 Aug 2021 23:02:09 +0200 Subject: [PATCH] ci: update linting --- .github/lint/.markdownlint.yaml | 2 +- .github/lint/.prettierignore | 3 +-- .github/lint/.yamllint.yaml | 5 ++--- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/lint/.markdownlint.yaml b/.github/lint/.markdownlint.yaml index 3b94b79bb..8450c63fc 100644 --- a/.github/lint/.markdownlint.yaml +++ b/.github/lint/.markdownlint.yaml @@ -4,7 +4,7 @@ default: true # MD013/line-length - Line length MD013: # Number of characters - line_length: 120 + line_length: 240 # Number of characters for headings heading_line_length: 80 # Number of characters for code blocks diff --git a/.github/lint/.prettierignore b/.github/lint/.prettierignore index 4ebac77b4..c150b0e73 100644 --- a/.github/lint/.prettierignore +++ b/.github/lint/.prettierignore @@ -1,6 +1,5 @@ .private .vscode +*.sops.* ansible -*.enc.yaml -*.sops.yml gotk-components.yaml diff --git a/.github/lint/.yamllint.yaml b/.github/lint/.yamllint.yaml index 0e002f15f..dc20d1c5d 100644 --- a/.github/lint/.yamllint.yaml +++ b/.github/lint/.yamllint.yaml @@ -2,9 +2,8 @@ ignore: | .private/ .vscode/ - ansible/ - *.enc.yaml - *.sops.yml + *.sops.* + ansible/roles/xanmanning.k3s/ gotk-components.yaml extends: default rules: