expertisesolutions / efl-mono-exml

Tool to dump the API exported from EFL#
2 stars 2 forks source link

Define the style of reporting errors in the API #13

Closed lauromoura closed 5 years ago

lauromoura commented 5 years ago

Return a list of ParsingIssues instances?

lauromoura commented 5 years ago

Since 5daaa6803a we have been using a ValidationIssue class that gets returned by the validation methods. It contains context info (line, positon), severity and other information.