Добавлены mermaid диаграммы
This commit is contained in:
@@ -8,20 +8,14 @@ public class SqlFileProcessor : ISqlFileProcessor
|
||||
{
|
||||
private readonly IRuleVisitor ruleVisitor;
|
||||
|
||||
private readonly IReporter reporter;
|
||||
|
||||
private readonly IPluginHandler pluginHandler;
|
||||
|
||||
private readonly IRuleExceptionFinder ruleExceptionFinder;
|
||||
|
||||
public SqlFileProcessor(
|
||||
IRuleVisitor ruleVisitor,
|
||||
IPluginHandler pluginHandler,
|
||||
IReporter reporter)
|
||||
IPluginHandler pluginHandler
|
||||
)
|
||||
{
|
||||
this.ruleVisitor = ruleVisitor;
|
||||
this.pluginHandler = pluginHandler;
|
||||
this.reporter = reporter;
|
||||
ruleExceptionFinder = new RuleExceptionFinder(pluginHandler.RuleWithNames);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user