File tree Expand file tree Collapse file tree 4 files changed +3
-10
lines changed Expand file tree Collapse file tree 4 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -246,6 +246,9 @@ dotnet_diagnostic.SA1633.severity = none
246246# IDE1006: Naming Styles
247247dotnet_diagnostic.IDE1006.severity = none
248248
249+ # IDE0005: Using directive is unnecessary.
250+ dotnet_diagnostic.IDE0005.severity = error
251+
249252[* .{cs,vb} ]
250253dotnet_style_operator_placement_when_wrapping = beginning_of_line
251254tab_width = 4
Original file line number Diff line number Diff line change 11using Xunit ;
22using System ;
33using System . Linq ;
4- using Cake . AppVeyor ;
54using Cake . AppVeyor . Fakes ;
65
76namespace Cake . AppVeyor . Tests
Original file line number Diff line number Diff line change 11using System ;
2- using System . Collections . Generic ;
32using System . Net . Http ;
4- using System . Net . Http . Headers ;
5- using System . Threading ;
6- using System . Threading . Tasks ;
73using Refit ;
84
95namespace Cake . AppVeyor
Original file line number Diff line number Diff line change 1- using System ;
2- using System . Collections . Generic ;
3- using System . Linq ;
4- using Cake . Core . Annotations ;
5-
61namespace Cake . AppVeyor
72{
83 /// <summary>
You can’t perform that action at this time.
0 commit comments