Skip to content

Commit 816bcc2

Browse files
authored
chore: make super-linter green (#2051)
1 parent 1fbabf9 commit 816bcc2

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

.github/dependabot.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ updates:
1111
go-modules:
1212
patterns:
1313
- "*"
14+
cooldown:
15+
default-days: 7
1416
- package-ecosystem: gomod
1517
directory: /caddy
1618
schedule:
@@ -21,6 +23,8 @@ updates:
2123
go-modules:
2224
patterns:
2325
- "*"
26+
cooldown:
27+
default-days: 7
2428
- package-ecosystem: github-actions
2529
directory: /
2630
schedule:
@@ -31,3 +35,5 @@ updates:
3135
github-actions:
3236
patterns:
3337
- "*"
38+
cooldown:
39+
default-days: 7

.github/workflows/lint.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,5 @@ jobs:
4747
VALIDATE_BIOME_LINT: false
4848
# Conflicts with MARKDOWN
4949
VALIDATE_MARKDOWN_PRETTIER: false
50+
# To re-enable when https://github.com/super-linter/super-linter/issues/7244 will be closed
51+
VALIDATE_EDITORCONFIG: false

.markdown-lint.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2-
no-hard-tabs: false
2+
MD010: false
33
MD013: false
44
MD033: false
5+
MD060: false

0 commit comments

Comments
 (0)