Добавлена минификация для старого формата html и поправлены стили
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_v2();
|
||||
var formatter = new HtmlReportFormatter_v1();
|
||||
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