Изменено формирование ошибок на темплейты
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace SQLLinter.Common
|
||||
{
|
||||
public record Violation(string RuleName, string Message, int Line, int Column);
|
||||
public record Violation(string RuleName, string Template, int Line, int Column, string[] Params);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user