Добавлена настройка генерации деталировки
This commit is contained in:
@@ -8,5 +8,6 @@ namespace SQLLinter.Infrastructure.Configuration
|
||||
public int CompatibilityLevel { get; set; }
|
||||
public Dictionary<string, RuleViolationSeverity> Rules { get; set; } = new();
|
||||
public List<string> Plugins { get; set; } = new();
|
||||
public bool GenerateDetails { get; set; } = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user