namespace SQLLinter.Core.Interfaces; public interface IGlobPatternMatcher { IEnumerable GetResultsInFullPath(string path); }