Добавлен старый формат html и новый с mermaid
All checks were successful
CI / build-test (push) Successful in 39s
All checks were successful
CI / build-test (push) Successful in 39s
This commit is contained in:
@@ -62,7 +62,7 @@ namespace SQLLinter.CLI
|
||||
|
||||
//linter.Run(@"C:\Users\frost\Desktop\DISTR-2599\test.sql");
|
||||
|
||||
var formatter = new HtmlReportFormatter();
|
||||
var formatter = new HtmlReportFormatter_v2();
|
||||
var content = formatter.Format(rep.Violations, bpmn);
|
||||
|
||||
File.WriteAllText(@"C:\Users\frost\Downloads\Telegram Desktop\test.html", content);
|
||||
|
||||
Reference in New Issue
Block a user