mirror of
https://github.com/php/frankenphp.git
synced 2026-03-24 00:52:11 +01:00
chore: make super-linter green (#2051)
This commit is contained in:
6
.github/dependabot.yaml
vendored
6
.github/dependabot.yaml
vendored
@@ -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
|
||||||
|
|||||||
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
@@ -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
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
no-hard-tabs: false
|
MD010: false
|
||||||
MD013: false
|
MD013: false
|
||||||
MD033: false
|
MD033: false
|
||||||
|
MD060: false
|
||||||
|
|||||||
Reference in New Issue
Block a user