Доработан js

This commit is contained in:
FrigaT
2025-12-28 19:58:15 +03:00
parent 0470309978
commit bf6c0b9229
4 changed files with 819 additions and 1686 deletions

View File

@@ -44,7 +44,7 @@ namespace SQLLinter.CLI
["UpperLower"] = Common.RuleViolationSeverity.Critical,
["SetVariable"] = Common.RuleViolationSeverity.Critical,
},
GenerateDetails = false,
GenerateDetails = true,
};
//var linter = new Linter(con, rep);
@@ -62,7 +62,7 @@ namespace SQLLinter.CLI
Dictionary<string, Stream> files = new();
for (int i = 0; i < 2; i++)
for (int i = 0; i < 15; i++)
{
files[name + i + ".sql"] = reader.BaseStream;
}