@Override
 protected Stream<CheckStyleError> getViolations(final CheckStyleFile file) {
   return emptyIfNull(file.getErrors()).stream();
 }
 @Override
 protected String filePathFor(CheckStyleFile value, Commit commit) {
   return getRelativePath(value.getName());
 }