From 5bd31f2e463aeba5778b3dd24e6e05047dc6ae0d Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Mon, 6 Oct 2025 15:21:19 +0200 Subject: [PATCH 1/4] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Add=20Linter=20en?= =?UTF-8?q?vironment=20variables=20for=20validation=20checks=20in=20PSModu?= =?UTF-8?q?le.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/PSModule.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/PSModule.yml b/.github/PSModule.yml index 9a91761c3..fddedd5f7 100644 --- a/.github/PSModule.yml +++ b/.github/PSModule.yml @@ -19,3 +19,12 @@ Test: # Build: # Docs: # Skip: true +Linter: + env: + VALIDATE_BIOME_FORMAT: false + VALIDATE_BIOME_LINT: false + VALIDATE_GITHUB_ACTIONS_ZIZMOR: false + VALIDATE_JSCPD: false + VALIDATE_JSON_PRETTIER: false + VALIDATE_MARKDOWN_PRETTIER: false + VALIDATE_YAML_PRETTIER: false From 4bb946ae178eeb72e65080f8e29e18e16e1de5ca Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Mon, 6 Oct 2025 16:15:13 +0200 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Add=20VALIDATE=5F?= =?UTF-8?q?POWERSHELL=20option=20to=20Linter=20environment=20variables=20i?= =?UTF-8?q?n=20PSModule.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/PSModule.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PSModule.yml b/.github/PSModule.yml index fddedd5f7..4f6db3a65 100644 --- a/.github/PSModule.yml +++ b/.github/PSModule.yml @@ -28,3 +28,4 @@ Linter: VALIDATE_JSON_PRETTIER: false VALIDATE_MARKDOWN_PRETTIER: false VALIDATE_YAML_PRETTIER: false + VALIDATE_POWERSHELL: false From 3c1dfdc6c7c909fb831e4baee4a0e4206752cbf9 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Mon, 6 Oct 2025 22:37:30 +0200 Subject: [PATCH 3/4] Fix Docs --- .github/PSModule.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PSModule.yml b/.github/PSModule.yml index 4f6db3a65..0d130b7e0 100644 --- a/.github/PSModule.yml +++ b/.github/PSModule.yml @@ -19,6 +19,7 @@ Test: # Build: # Docs: # Skip: true + Linter: env: VALIDATE_BIOME_FORMAT: false From 9e90d3c5197d40d6e54de82350309a5da2aee254 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Wed, 8 Oct 2025 11:44:26 +0200 Subject: [PATCH 4/4] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Clean=20up=20comm?= =?UTF-8?q?ents=20in=20.markdown-lint.yml=20for=20better=20readability?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/linters/.markdown-lint.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/linters/.markdown-lint.yml b/.github/linters/.markdown-lint.yml index 5b21b4a03..57db57e64 100644 --- a/.github/linters/.markdown-lint.yml +++ b/.github/linters/.markdown-lint.yml @@ -8,19 +8,19 @@ ############### # Rules by id # ############### -MD004: false # Unordered list style +MD004: false # Unordered list style MD007: - indent: 2 # Unordered list indentation + indent: 2 # Unordered list indentation MD013: - line_length: 808 # Line length -MD024: false # no-duplicate-heading, INPUTS and OUTPUTS _can_ be the same item + line_length: 808 # Line length +MD024: false # no-duplicate-heading, INPUTS and OUTPUTS _can_ be the same item MD026: - punctuation: ".,;:!。,;:" # List of not allowed -MD029: false # Ordered list item prefix -MD033: false # Allow inline HTML -MD036: false # Emphasis used instead of a heading + punctuation: '.,;:!。,;:' # List of not allowed +MD029: false # Ordered list item prefix +MD033: false # Allow inline HTML +MD036: false # Emphasis used instead of a heading ################# # Rules by tags # ################# -blank_lines: false # Error on blank lines +blank_lines: false # Error on blank lines