parse abstract method

Future<List<CodeStyleViolation>> parse(
  1. String violations,
  2. String projectDir
)

Parse violations contained in the violations.

projectDir the violations are coming from.

Implementation

Future<List<CodeStyleViolation>> parse(
  final String violations,
  final String projectDir,
);