Skip to content

Commit 93c08c6

Browse files
fix(CI): add biome.json and zizmor config to resolve remaining linter failures
- biome.json: exclude overrides/ (MkDocs/Zensical template files — not source JS) so Biome does not flag template arrow-function and parse errors in vendor HTML - .github/zizmor.yml: suppress secrets-outside-env for Update-Index.yml; ClientID/PrivateKey are required with: params for PSModule/GitHub-Script and have no env: alternative
1 parent cf12af2 commit 93c08c6

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

.github/zizmor.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# zizmor configuration
2+
# https://docs.zizmor.sh/configuration/
3+
4+
rules:
5+
secrets-outside-env:
6+
ignore:
7+
- ".github/workflows/Update-Index.yml"

biome.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://biomejs.dev/schemas/2.4.10/schema.json",
3+
"files": {
4+
"ignore": ["overrides/**"]
5+
}
6+
}

0 commit comments

Comments
 (0)