Добавьте файлы проекта.
This commit is contained in:
9
SQLLinter/Core/Interfaces/IPluginHandler.cs
Normal file
9
SQLLinter/Core/Interfaces/IPluginHandler.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using SQLLinter.Common;
|
||||
|
||||
namespace SQLLinter.Core.Interfaces;
|
||||
|
||||
public interface IPluginHandler
|
||||
{
|
||||
IList<IRule> Rules { get; }
|
||||
IDictionary<string, IRule> RuleWithNames { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user