RumdlOptions
type RumdlOptions =
{
BinaryPath: string option
Source: string
UseDefaults: bool
ConfigPath: string option
Isolated: bool
Settings: string list
Disable: string list
Severity: LintSeverity
LintWhileWatching: bool
}| Assembly | Nacara.Plugin.Linter.Rumdl |
Options of the rumdl linter.
Fields
UseDefaults: bool
UseDefaults: boolShip the defaults this plugin was written with.
They are what makes rumdl agree with the engine: the rules it turns off are the ones Nacara already answers, and better. Turn them off to start from rumdl's own.
Settings: string list
Settings: string listRule settings, as inline TOML: "MD013.line-length = 100".
Applied above everything else, so this is where a site settles an argument.
Severity: LintSeverity
Severity: LintSeverityWhether a finding is a warning or an error.