Изменено поведение табов
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user