namespace SQLLinter.Common { public record Violation(string RuleName, string Template, int Line, int Column, string[] Params); }