CheckstyleXmlReportInstance top-level property

ReportUnit CheckstyleXmlReportInstance
final

Instance of Checkstyle compatible report unit.

Implementation

// ignore: non_constant_identifier_names
final CheckstyleXmlReportInstance = ReportUnit(
  ReportType.checkstyleXml,
  _CheckstyleXmlReport(),
  'checkstyle',
  'xml',
);