изменен стиль v2 html
This commit is contained in:
@@ -68,24 +68,24 @@ namespace SQLLinter.CLI
|
||||
}
|
||||
|
||||
linter.Run(files);
|
||||
//diagramer.Run("test.sql", reader.BaseStream);
|
||||
diagramer.Run("test.sql", reader.BaseStream);
|
||||
}
|
||||
|
||||
//linter.Run(@"C:\Users\frost\Desktop\DISTR-2599\test.sql");
|
||||
|
||||
IReportFormatter formatter = new F.v3.HtmlReportFormatter();
|
||||
var content = formatter.Format(rep.Violations, null);
|
||||
var content = formatter.Format(rep.Violations, bpmn);
|
||||
|
||||
File.WriteAllText(@"C:\Users\frost\Downloads\Telegram Desktop\test3.html", content);
|
||||
|
||||
|
||||
formatter = new F.v2.HtmlReportFormatter();
|
||||
content = formatter.Format(rep.Violations, null);
|
||||
content = formatter.Format(rep.Violations, bpmn);
|
||||
File.WriteAllText(@"C:\Users\frost\Downloads\Telegram Desktop\test2.html", content);
|
||||
|
||||
|
||||
formatter = new F.v1.HtmlReportFormatter();
|
||||
content = formatter.Format(rep.Violations, null);
|
||||
content = formatter.Format(rep.Violations, bpmn);
|
||||
File.WriteAllText(@"C:\Users\frost\Downloads\Telegram Desktop\test1.html", content);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user