Изменено поведение табов

This commit is contained in:
FrigaT
2025-12-27 01:49:59 +03:00
parent f103bc4ec4
commit 66f1166166
3 changed files with 403 additions and 31 deletions

View File

@@ -56,8 +56,14 @@ namespace SQLLinter.CLI
using (StreamReader reader = new StreamReader(@"C:\Users\frost\Downloads\Telegram Desktop\test.sql"))
{
linter.Run("test.sql", reader.BaseStream);
diagramer.Run("test.sql", reader.BaseStream);
Dictionary<string, Stream> files = new Dictionary<string, Stream>
{
{ "test-qwewq-asdcxczc-asdsa -s--sadsasd-dsads-dsa-d-sd--dsa - 1.sql", reader.BaseStream },
{ "test-qwewq-asdcxczc-asdsa -s--sadsasd-dsads-dsa-d-sd--dsa - 2.sql", reader.BaseStream },
};
linter.Run(files);
//diagramer.Run("test.sql", reader.BaseStream);
}
//linter.Run(@"C:\Users\frost\Desktop\DISTR-2599\test.sql");