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