ci: update linting

This commit is contained in:
auricom
2021-08-06 23:02:09 +02:00
parent b18b2a3039
commit da3ed7bcd5
3 changed files with 4 additions and 6 deletions

View File

@@ -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

View File

@@ -1,6 +1,5 @@
.private
.vscode
*.sops.*
ansible
*.enc.yaml
*.sops.yml
gotk-components.yaml

View File

@@ -2,9 +2,8 @@
ignore: |
.private/
.vscode/
ansible/
*.enc.yaml
*.sops.yml
*.sops.*
ansible/roles/xanmanning.k3s/
gotk-components.yaml
extends: default
rules: