Добавлены mermaid диаграммы
This commit is contained in:
10
SQLLinter/Infrastructure/Reporters/IReportFormatter.cs
Normal file
10
SQLLinter/Infrastructure/Reporters/IReportFormatter.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using SQLLinter.Common;
|
||||
using SQLLinter.Infrastructure.Diagram;
|
||||
|
||||
namespace SQLLinter.Infrastructure.Reporters;
|
||||
|
||||
public interface IReportFormatter
|
||||
{
|
||||
string Format(List<IRuleViolation> violations);
|
||||
string Format(List<IRuleViolation> violations, BpmnDiagram diagram);
|
||||
}
|
||||
Reference in New Issue
Block a user