analyzer_formatter library

Classes

FileWithIssues
Representation of file with issues.
Issue
Representation of issue from Dart Analyzer.
Report
Parent class for all reports. Use it to create custom reports.
ReportUnit
Representation of a report. Using for create report files with prefix and extension.

Enums

ReportType
All available report types in tool.

Properties

CheckstyleXmlReportInstance ReportUnit
Instance of Checkstyle compatible report unit.
final

Functions

formatAnalyzerReport(Iterable<ReportUnit> reportUnits, Iterable<FileWithIssues> problemFiles, String suffix) → void
parseAnalyzerReport(File analyzerReport) Iterable<FileWithIssues>
Parsing Dart Analyzer output and returning files with issues.