Добавлен старый формат html и новый с mermaid
All checks were successful
CI / build-test (push) Successful in 39s

This commit is contained in:
FrigaT
2025-12-26 22:51:22 +03:00
parent 52ac8f509e
commit e3dfc12abe
3 changed files with 150 additions and 2 deletions

View File

@@ -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);