File tree Expand file tree Collapse file tree 7 files changed +3
-6
lines changed
src/GitVersion.LibGit2Sharp/Git Expand file tree Collapse file tree 7 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -175,3 +175,6 @@ dotnet_diagnostic.CA2208.severity = warning
175175
176176# CA1810: Initialize reference type static fields inline
177177dotnet_diagnostic.CA1810.severity = warning
178+
179+ # IDE0005: Using directive is unnecessary.
180+ dotnet_diagnostic.IDE0005.severity = warning
Original file line number Diff line number Diff line change 1- using System ;
21using GitVersion . Helpers ;
32
43namespace GitVersion
Original file line number Diff line number Diff line change 1- using System ;
21using GitVersion . Helpers ;
32
43namespace GitVersion
Original file line number Diff line number Diff line change 1- using System ;
21using GitVersion . Helpers ;
32
43namespace GitVersion
Original file line number Diff line number Diff line change 1- using System ;
21using GitVersion . Helpers ;
32using LibGit2Sharp ;
43
Original file line number Diff line number Diff line change 1- using System ;
21using System . Collections . Generic ;
32using System . Linq ;
43using GitVersion . Helpers ;
Original file line number Diff line number Diff line change 1- using System ;
21using GitVersion . Helpers ;
32using LibGit2Sharp ;
43
You can’t perform that action at this time.
0 commit comments