public interface JSHintReporter
| Modifier and Type | Method and Description |
|---|---|
void |
generateReport(Map<String,List<Error>> errorsByFile,
OutputStream os)
Writes a report about JSHint findings (warnings and errors) to the provided output.
|
void generateReport(Map<String,List<Error>> errorsByFile, OutputStream os)
errorsByFile - the JSHint errors groupded by the path of the file for which they were reportedos - the output to which to writeCopyright © 2016. All rights reserved.