namespace SQLLinter.Core.Interfaces; public interface IRuleExceptionFinder { IEnumerable GetIgnoredRuleList(Stream fileStream); }