Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/testing/vista-corpus-lint-results.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,6 @@ the safe-test wrapper convention.
- [`realcode-validation.md`](realcode-validation.md) — earlier validation pass over modern corpus only.
- [`users-guide.md`](../guides/users-guide.md) §6.5 — portability open questions.
- m-cli `m lint --list-profiles` — canonical profile descriptions.
- m-cli `docs/vista-lint-presets/` — drop-in `.m-cli.toml` for VistA.
- m-cli `examples/vista-lint-presets/` — drop-in `.m-cli.toml` for VistA.
- tree-sitter-m `docs/vista-parse-error-categories.md` — parser-side triage of the 376 outliers.
- m-stdlib `templates/m-vista-test-suite/` — STDASSERT-shaped test scaffold for VistA package modernization.
2 changes: 1 addition & 1 deletion templates/m-vista-test-suite/.m-cli.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Lint configuration for a VistA-targeted test suite.
# Same shape as m-cli/docs/vista-lint-presets/m-cli.toml.example —
# Same shape as m-cli/examples/vista-lint-presets/m-cli.toml.example —
# vista-full profile + Kernel-locals + trusted-routines allowlists.

[lint]
Expand Down
4 changes: 2 additions & 2 deletions templates/m-vista-test-suite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ trusted_routines = "default"

The vista-full profile + the two allowlists turn off the M-MOD-024
and M-XINDX-007 false positives that hand-rolled VistA always
trips. See `m-cli/docs/vista-lint-presets/` for the rationale.
trips. See `m-cli/examples/vista-lint-presets/` for the rationale.

## What this template is NOT

Expand All @@ -123,4 +123,4 @@ trips. See `m-cli/docs/vista-lint-presets/` for the rationale.
- `m-stdlib/docs/modules/stdfix.md` — transactional fixture wrappers.
- `m-stdlib/docs/modules/stdseed.md` — declarative test data loading.
- `m-stdlib/docs/modules/stdassert.md` — assertion API.
- `m-cli/docs/vista-lint-presets/` — VistA lint profile setup.
- `m-cli/examples/vista-lint-presets/` — VistA lint profile setup.
Loading