chore: make super-linter green (#2051)

This commit is contained in:
Kévin Dunglas
2025-12-01 15:52:08 +01:00
committed by GitHub
parent 1fbabf91c9
commit 816bcc2ad6
3 changed files with 10 additions and 1 deletions

View File

@@ -11,6 +11,8 @@ updates:
go-modules: go-modules:
patterns: patterns:
- "*" - "*"
cooldown:
default-days: 7
- package-ecosystem: gomod - package-ecosystem: gomod
directory: /caddy directory: /caddy
schedule: schedule:
@@ -21,6 +23,8 @@ updates:
go-modules: go-modules:
patterns: patterns:
- "*" - "*"
cooldown:
default-days: 7
- package-ecosystem: github-actions - package-ecosystem: github-actions
directory: / directory: /
schedule: schedule:
@@ -31,3 +35,5 @@ updates:
github-actions: github-actions:
patterns: patterns:
- "*" - "*"
cooldown:
default-days: 7

View File

@@ -47,3 +47,5 @@ jobs:
VALIDATE_BIOME_LINT: false VALIDATE_BIOME_LINT: false
# Conflicts with MARKDOWN # Conflicts with MARKDOWN
VALIDATE_MARKDOWN_PRETTIER: false VALIDATE_MARKDOWN_PRETTIER: false
# To re-enable when https://github.com/super-linter/super-linter/issues/7244 will be closed
VALIDATE_EDITORCONFIG: false

View File

@@ -1,4 +1,5 @@
--- ---
no-hard-tabs: false MD010: false
MD013: false MD013: false
MD033: false MD033: false
MD060: false