We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8389ec9 commit 736e8d3Copy full SHA for 736e8d3
…sts/UnitTests/CommandLintOptionsTests.cs …sts/UnitTests/CommandLineOptionsTests.csTeamTools.Linter.CommandLineTests/UnitTests/CommandLintOptionsTests.cs renamed to TeamTools.Linter.CommandLineTests/UnitTests/CommandLineOptionsTests.cs
@@ -1,12 +1,13 @@
1
using CommandLine;
2
using NUnit.Framework;
3
using System.Collections.Generic;
4
+using System.IO;
5
using TeamTools.TSQL.Linter.CommandLine.Config;
6
7
namespace TeamTools.TSQL.Linter.CommandLineTests
8
{
9
[Category("Linter.ConsoleExe")]
- public class CommandLintOptionsTests
10
+ public class CommandLineOptionsTests
11
12
private Dictionary<string, List<string>> argVariants;
13
#if Windows
0 commit comments