Skip to content

Commit d121b19

Browse files
committed
chore(lint): replace markdownlint with rumdl
1 parent db79e52 commit d121b19

4 files changed

Lines changed: 6 additions & 12 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"ms-azuretools.vscode-docker",
4444
"nefrob.vscode-just-syntax",
4545
"redhat.vscode-yaml",
46-
"DavidAnson.vscode-markdownlint",
4746
"Nuxt.mdc",
4847
"shd101wyy.markdown-preview-enhanced",
4948
"github.vscode-github-actions",

.markdownlint-cli2.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.rumdl.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[global]
2+
exclude = ["AGENTS.md", "GEMINI.md", "CHANGELOG.md", "prompts/", "docs/**/*"]
3+
disable = ["MD013", "MD033"]

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ A universal boilerplate for reliable, isolated, and AI-friendly development, inc
1414
1. [just](https://github.com/casey/just): Simple command runner.
1515
2. [prek](https://github.com/j178/prek): Pre-commit runner (intial set via [dotfiles](https://github.com/kvokka/dotfiles/))
1616
3. [aicommit2](https://github.com/tak-bro/aicommit2): Git message generator
17+
4. [rumdl](https://github.com/rvben/rumdl): Markdown linter
1718

1819
## Directory Structure
1920

@@ -58,10 +59,10 @@ different projects AND for MCP's use `~./.devcontainer/.env.devcontainer`.
5859
#### Loading order
5960

6061
- `containerEnv` section of the
61-
[`devcontainer.json`](./.devcontainer/devcontainer.json) with build env vars.
62+
[`devcontainer.json`](./.devcontainer/devcontainer.json) with build env vars.
6263

6364
- `remoteEnv` section of the
64-
[`devcontainer.json`](./.devcontainer/devcontainer.json) with runtime env vars.
65+
[`devcontainer.json`](./.devcontainer/devcontainer.json) with runtime env vars.
6566

6667
- *[optional]* global env file on the host machine in `~/.devcontainer/.env.devcontainer` file
6768

0 commit comments

Comments
 (0)