-
Improvement
-
Resolution: Fixed
-
Minor
-
-
warnings-ng 4.0.0, analysis-model-api 3.0.0
The default Robot Framework Linter (rflint) parser output is as follows:
+ ./tests/component/ares.robot E: 7, 0: Custom Library Name mismatch (CustomLibraryNaming) E: 9, 0: Custom Library Name mismatch (CustomLibraryNaming) E: 1, 0: The Remote Library is not the first library imported (SettingsOrder) E: 1, 0: Standard libraries are imported after external libraries (SettingsOrder) + ./tests/component/fault.robot W: 634, 150: Line is too long (exceeds 150 characters) (LineTooLong)
The structure is as follows
+ <filename> <severity>: <linenumber>, <char>: <message> (<rulename>)
Currently, when the default rflint lint results is used in the Warnings NG plugin, the plugin UI maps has an incorrect value for the Category field as the rflint severity is used instead of the rflint rulename.
A PR has been posted: https://github.com/jenkinsci/analysis-model/pull/117