Добавлена минификация для старого формата html и поправлены стили
All checks were successful
CI / build-test (push) Successful in 38s
Release / pack-and-publish (release) Successful in 39s

This commit is contained in:
FrigaT
2025-12-26 22:56:12 +03:00
parent e3dfc12abe
commit 0267d52d28
2 changed files with 4 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ namespace SQLLinter.CLI
//linter.Run(@"C:\Users\frost\Desktop\DISTR-2599\test.sql");
var formatter = new HtmlReportFormatter_v2();
var formatter = new HtmlReportFormatter_v1();
var content = formatter.Format(rep.Violations, bpmn);
File.WriteAllText(@"C:\Users\frost\Downloads\Telegram Desktop\test.html", content);