Добавлено формирование детальной ошибки
This commit is contained in:
@@ -15,6 +15,7 @@ namespace SQLLinter.Infrastructure.Rules.RuleViolations
|
||||
required public RuleViolationSeverity Severity { get; init; }
|
||||
|
||||
virtual public string Text { get; set; }
|
||||
public BaseRuleVisitor.ExtractedBlock? Snippet { get; set; }
|
||||
}
|
||||
|
||||
public class RuleTemplateViolation : RuleViolation
|
||||
|
||||
Reference in New Issue
Block a user