Skip to content

Commit 3484d23

Browse files
committed
chore(lint): apply MegaLinter autofixes and local report ignore
Apply markdown/json schema formatting fixes from MegaLinter, update DevSkim inline rule references, and ignore local megalinter-reports artifacts. Made-with: Cursor
1 parent 22cddd5 commit 3484d23

7 files changed

Lines changed: 264 additions & 305 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ home/dot_config/opencode/skills/onw-monthly-tickets/SKILL.md
88
install.sh
99
install.ps1
1010
home/Brewfile
11+
megalinter-reports/
1112

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ chezmoi is configured to use Bitwarden CLI (`bw`) as its secret manager. Some te
112112

113113
chezmoi uses two boolean flags to adapt behavior per machine. Both are set automatically in [`home/.chezmoi.toml.tmpl`](home/.chezmoi.toml.tmpl).
114114

115-
| Flag | When true | What it gates |
116-
|--------------|---------------------------------|---------------------------------------------------------------------------------------------------------------|
115+
| Flag | When true | What it gates |
116+
|--------------|---------------------------------|----------------------------------------------------------------------------------------------------------------------------|
117117
| `codespaces` | `CODESPACES` env var is set | Skips GUI apps and redundant packages in the Brewfile. Uses the overlay fast path in [`install.sh.tmpl`](install.sh.tmpl). |
118-
| `private` | Windows, or `~/.private` exists | Enables personal-machine config: excludes work-specific MCP servers and Atlassian integrations from OpenCode. |
118+
| `private` | Windows, or `~/.private` exists | Enables personal-machine config: excludes work-specific MCP servers and Atlassian integrations from OpenCode. |
119119

120120
> [!IMPORTANT]
121121
> To mark a macOS or Linux machine as private, run `touch ~/.private` before `chezmoi apply`.
@@ -243,10 +243,10 @@ gh attestation verify oci://ghcr.io/chipwolf/dotfiles:v1.6.0 --repo chipwolf/dot
243243

244244
## Further reading
245245

246-
| Document | Contents |
247-
|------------------------------------|----------------------------------------------------------------|
248-
| [docs/brew.md](docs/brew.md) | Homebrew overlays, template rendering, and brew-review workflow |
246+
| Document | Contents |
247+
|--------------------------------------------------------|--------------------------------------------------------------------|
248+
| [docs/brew.md](docs/brew.md) | Homebrew overlays, template rendering, and brew-review workflow |
249249
| [docs/agent-permissions.md](docs/agent-permissions.md) | Shared agent permission rule schema, overlays, and rendering model |
250-
| [docs/mcp-servers.md](docs/mcp-servers.md) | MCP server setup, conditions, targets, and arg interpolation |
251-
| [docs/yubikey.md](docs/yubikey.md) | YubiKey SSH workflow, backup strategy, credential hygiene |
252-
| [docs/secrets.md](docs/secrets.md) | Bitwarden integration, GnuPG config, secret introduction order |
250+
| [docs/mcp-servers.md](docs/mcp-servers.md) | MCP server setup, conditions, targets, and arg interpolation |
251+
| [docs/yubikey.md](docs/yubikey.md) | YubiKey SSH workflow, backup strategy, credential hygiene |
252+
| [docs/secrets.md](docs/secrets.md) | Bitwarden integration, GnuPG config, secret introduction order |

0 commit comments

Comments
 (0)