Добавьте файлы проекта.
This commit is contained in:
9
SQLLinter/Common/RuleViolationSeverity.cs
Normal file
9
SQLLinter/Common/RuleViolationSeverity.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace SQLLinter.Common;
|
||||
|
||||
public enum RuleViolationSeverity
|
||||
{
|
||||
Off,
|
||||
Info,
|
||||
Warning,
|
||||
Critical,
|
||||
}
|
||||
Reference in New Issue
Block a user