Доработан js
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user