Closed BarryThePenguin closed 7 years ago
I potentially got excerpt and description the wrong way around...
The linter message docs state that excerpt is the Error message and description is the Markdown long description of the error
excerpt
Error message
description
Markdown long description of the error
The migration guide mentions the changes where
text
html
Another confusing part is linter-ui-default has excerpt as the key for the Description column in the Table output, and doesn't make mention on description.
linter-ui-default
Description
Might need to clarify first somehow...
Yeah, I noticed! I asked some questions here.
I potentially got excerpt and description the wrong way around...
The linter message docs state that
excerpt
is theError message
anddescription
is theMarkdown long description of the error
The migration guide mentions the changes where
text
is renamed toexcerpt
html
is no longer allowed, similar functionality is available asdescription
Another confusing part is
linter-ui-default
hasexcerpt
as the key for theDescription
column in the Table output, and doesn't make mention ondescription
.Might need to clarify first somehow...