Skip to content

Commit 90be3fc

Browse files
author
Per Kops
committed
chore: cleanup unused usings and move a few usings to GlobalUsings
1 parent db2f38f commit 90be3fc

File tree

5 files changed

+2
-10
lines changed

5 files changed

+2
-10
lines changed

src/Atc.CodingRules.Updater.CLI/Commands/AnalyzerProvidersCollectCommand.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using Atc.CodingRules.Updater.CLI.Models.Options;
2-
31
namespace Atc.CodingRules.Updater.CLI.Commands;
42

53
public class AnalyzerProvidersCollectCommand : AsyncCommand<AnalyzerProvidersCollectCommandSettings>

src/Atc.CodingRules.Updater.CLI/Commands/SanityCheckCommand.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using Atc.CodingRules.Updater.CLI.Models.Options;
2-
31
namespace Atc.CodingRules.Updater.CLI.Commands;
42

53
public class SanityCheckCommand : AsyncCommand<ProjectCommandSettings>

src/Atc.CodingRules.Updater.CLI/OptionsHelper.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
// ReSharper disable SuggestBaseTypeForParameter
2-
3-
using Atc.CodingRules.Updater.CLI.Models.Options;
4-
52
namespace Atc.CodingRules.Updater.CLI;
63

74
public static class OptionsHelper

test/Atc.CodingRules.Updater.Tests/EditorConfigHelperTests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
using System.Reflection;
2-
using Xunit.Abstractions;
3-
41
// ReSharper disable ReturnTypeCanBeEnumerable.Local
52
namespace Atc.CodingRules.Updater.Tests;
63

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
global using System.Reflection;
2+
global using Xunit.Abstractions;

0 commit comments

Comments
 (0)