using SQLLinter.Common; namespace SQLLinter.Core.Interfaces; public interface IExtendedRuleException : IRuleException { void SetEndLine(int endLine); }