fix IReportFormatter
This commit is contained in:
@@ -6,5 +6,5 @@ namespace SQLLinter.Infrastructure.Reporters;
|
||||
public interface IReportFormatter
|
||||
{
|
||||
string Format(List<IRuleViolation> violations);
|
||||
string Format(List<IRuleViolation> violations, BpmnDiagram diagram);
|
||||
string Format(List<IRuleViolation> violations, BpmnDiagram? diagram);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user