Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
gomdlint
command
Package main is the entry point for the gomdlint CLI.
|
Package main is the entry point for the gomdlint CLI. |
|
internal
|
|
|
cli
Package cli provides the Cobra command structure for gomdlint.
|
Package cli provides the Cobra command structure for gomdlint. |
|
configloader
Package configloader provides configuration loading and resolution.
|
Package configloader provides configuration loading and resolution. |
|
logging
Package logging provides a structured logging wrapper around charmbracelet/log.
|
Package logging provides a structured logging wrapper around charmbracelet/log. |
|
ui/pretty
Package pretty provides Lipgloss-based styled output utilities.
|
Package pretty provides Lipgloss-based styled output utilities. |
|
pkg
|
|
|
config
Package config defines core configuration types for gomdlint.
|
Package config defines core configuration types for gomdlint. |
|
fix
Package fix provides text edit types and application logic for auto-fixing.
|
Package fix provides text edit types and application logic for auto-fixing. |
|
fsutil
Package fsutil provides file system utilities and safety primitives for gomdlint.
|
Package fsutil provides file system utilities and safety primitives for gomdlint. |
|
langdetect
Package langdetect provides language detection for code content.
|
Package langdetect provides language detection for code content. |
|
lint
Package lint provides the rule engine, diagnostics, and registry for gomdlint.
|
Package lint provides the rule engine, diagnostics, and registry for gomdlint. |
|
lint/refs
Package refs provides reference link/image tracking infrastructure for linting.
|
Package refs provides reference link/image tracking infrastructure for linting. |
|
lint/rules
Package rules provides the built-in lint rules for gomdlint.
|
Package rules provides the built-in lint rules for gomdlint. |
|
mdast
Package mdast provides the core Markdown AST representation.
|
Package mdast provides the core Markdown AST representation. |
|
parser/goldmark
Package goldmark provides a Parser implementation using the goldmark library.
|
Package goldmark provides a Parser implementation using the goldmark library. |
|
reporter
Package reporter provides diagnostic and diff reporting functionality.
|
Package reporter provides diagnostic and diff reporting functionality. |
|
runner
Package runner provides multi-file linting orchestration.
|
Package runner provides multi-file linting orchestration. |
Click to show internal directories.
Click to hide internal directories.