[ Version ( since = "0.12.8" ) ]
public unowned HashTable<string,GenericArray<ValidatorIssue>> get_issues_per_file ()
Get a hash table of filenames mapped to lists of issues.
This is useful if validation was requested for multiple files and a list of issues per-file is desired without prior explicit sorting.
this |
An instance of Validator. |
a file to issue list mapping |