Documentation
¶
Overview ¶
internal/lint/lint.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
File string // file content
Path string // original file path, for citation context
Role string // council role key; defaults to "strict-critic" if empty or unknown
Runner Runner
}
Config holds all inputs for a lint run.
Click to show internal directories.
Click to hide internal directories.