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