Skip to content

Commit

Permalink
Exposing parser in reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Nov 3, 2016
1 parent 1bfdede commit 2e216ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/se/bjurr/violations/lib/reports/Reporter.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,8 @@ public List<Violation> findViolations(List<File> includedFiles) {
}
return violations;
}

public ViolationsParser getViolationsParser() {
return violationsParser;
}
}

0 comments on commit 2e216ee

Please sign in to comment.