code_quality_report library

Classes

Issue
A Code Climate issue represents a single instance of a real or potential code problem, detected by a static analysis Engine. Specification: https://github.com/codeclimate/platform/blob/master/spec/analyzers/SPEC.md#issues

Functions

md5(String input) String
Simple md5 hash of inputted String
parseSeverity(String analyzerSeverity) String
Map dartanalyzer severities to proper Code Climate severities. It is highly subjective but following solution presents the most balanced approach.
relativizePath(String input) String
Dart Analysis Server returns paths in absolute form so we must to relativize it