Добавьте файлы проекта.
This commit is contained in:
6
SQLLinter/Core/Interfaces/IGlobPatternMatcher.cs
Normal file
6
SQLLinter/Core/Interfaces/IGlobPatternMatcher.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace SQLLinter.Core.Interfaces;
|
||||
|
||||
public interface IGlobPatternMatcher
|
||||
{
|
||||
IEnumerable<string> GetResultsInFullPath(string path);
|
||||
}
|
||||
Reference in New Issue
Block a user