get_issues_per_file


Description:

[ 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.

Parameters:

this

An instance of Validator.

Returns:

a file to issue list mapping