namespace SQLLinter.Common { public record Violation(string RuleName, string Message, int Line, int Column); }