Добавьте файлы проекта.
This commit is contained in:
8
SQLLinter/Common/IReporter.cs
Normal file
8
SQLLinter/Common/IReporter.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace SQLLinter.Common;
|
||||
|
||||
public interface IReporter : IBaseReporter
|
||||
{
|
||||
void ReportViolation(IRuleViolation violation);
|
||||
|
||||
void ReportViolation(string fileName, int line, int column, RuleViolationSeverity severity, string ruleName, string violationText);
|
||||
}
|
||||
Reference in New Issue
Block a user