mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-01 16:05:55 +02:00
ci: update linting
This commit is contained in:
2
.github/lint/.markdownlint.yaml
vendored
2
.github/lint/.markdownlint.yaml
vendored
@@ -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
|
||||
|
3
.github/lint/.prettierignore
vendored
3
.github/lint/.prettierignore
vendored
@@ -1,6 +1,5 @@
|
||||
.private
|
||||
.vscode
|
||||
*.sops.*
|
||||
ansible
|
||||
*.enc.yaml
|
||||
*.sops.yml
|
||||
gotk-components.yaml
|
||||
|
5
.github/lint/.yamllint.yaml
vendored
5
.github/lint/.yamllint.yaml
vendored
@@ -2,9 +2,8 @@
|
||||
ignore: |
|
||||
.private/
|
||||
.vscode/
|
||||
ansible/
|
||||
*.enc.yaml
|
||||
*.sops.yml
|
||||
*.sops.*
|
||||
ansible/roles/xanmanning.k3s/
|
||||
gotk-components.yaml
|
||||
extends: default
|
||||
rules:
|
||||
|
Reference in New Issue
Block a user