setFilePattern( "hbmlint-result.txt" );
setTemplateName( TEXT_REPORT_FTL );
super.start();
}
protected void setupContext() {
HbmLint hbmlint = HbmLint.createInstance();
hbmlint.analyze( getConfiguration() );
getProperties().put("lintissues", hbmlint.getResults());
super.setupContext();
}