Files
oh-my-posh/.vale.ini
T
87bae3c025 chore: fix markdownlint and vale failures in docs
- Update .markdownlint-cli2.yaml ignores to use glob pattern for
  .github/agents/*.agent.md (replacing stale entries pointing to
  renamed files)
- Fix MD060 table column style in AGENTS.md and copilot-instructions.md
  (|---|---| -> | --- | --- |)
- Fix MD040 fenced code block missing language in AGENTS.md
- Fix MD013 line length violations by wrapping long prose lines at 120
  characters
- Replace em-dashes with plain hyphens to satisfy ai-tells.EmDashUsage
- Add per-file Vale override to disable ai-tells.FormalRegister for
  AGENTS.md and copilot-instructions.md, where 'implements' is standard
  Go interface terminology

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-18 16:02:35 +02:00

26 lines
757 B
INI

StylesPath = .styles
MinAlertLevel = suggestion
Packages = https://github.com/tbhb/vale-ai-tells/releases/download/v1.4.0/ai-tells.zip, https://github.com/HeyItsGilbert/vale-agentic/releases/download/v2.0.0/agentic.zip
[*.{md}]
# ^ This section applies to only Markdown files.
#
# You can change (or add) file extensions here
# to apply these settings to other file types.
#
# For example, to apply these settings to both
# Markdown and reStructuredText:
#
# [*.{md,rst}]
BasedOnStyles = ai-tells, agentic
[AGENTS.md]
# "implements" is standard Go interface terminology, not AI formalism.
ai-tells.FormalRegister = NO
[.github/copilot-instructions.md]
# "implements" is standard Go interface terminology, not AI formalism.
ai-tells.FormalRegister = NO