mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-10 23:54:20 +01:00
wip
This commit is contained in:
parent
b25be4bf1b
commit
a56441003e
6 changed files with 84 additions and 58 deletions
21
README.md
21
README.md
|
|
@ -622,26 +622,7 @@ comments.
|
|||
|
||||
##### options.resultVersion
|
||||
|
||||
Type: `Number`
|
||||
|
||||
Specifies which version of the `result` object to return (see the "Usage"
|
||||
section below for examples).
|
||||
|
||||
Passing a `resultVersion` of `0` corresponds to the original, simple format
|
||||
where each error is identified by rule name and line number. *Deprecated*
|
||||
|
||||
Passing a `resultVersion` of `1` corresponds to a detailed format where each
|
||||
error includes information about the line number, rule name, alias, description,
|
||||
as well as any additional detail or context that is available. *Deprecated*
|
||||
|
||||
Passing a `resultVersion` of `2` corresponds to a detailed format where each
|
||||
error includes information about the line number, rule names, description, as
|
||||
well as any additional detail or context that is available. *Deprecated*
|
||||
|
||||
Passing a `resultVersion` of `3` corresponds to the detailed version `2` format
|
||||
with additional information about how to fix automatically-fixable errors. In
|
||||
this mode, all errors that occur on each line are reported (other versions
|
||||
report only the first error for each rule). This is the default behavior.
|
||||
DEPRECATED
|
||||
|
||||
##### options.strings
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue