Добавьте файлы проекта.
This commit is contained in:
10
SQLLinter/Common/IRuleException.cs
Normal file
10
SQLLinter/Common/IRuleException.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace SQLLinter.Common;
|
||||
|
||||
public interface IRuleException
|
||||
{
|
||||
int StartLine { get; }
|
||||
|
||||
int EndLine { get; }
|
||||
|
||||
string RuleName { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user