File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -206,6 +206,9 @@ dotnet_diagnostic.CA1854.severity = warning
206
206
# CA2211:Non-constant fields should not be visible
207
207
dotnet_diagnostic.CA2211.severity = error
208
208
209
+ # IDE0005: remove used namespace using
210
+ dotnet_diagnostic.IDE0005.severity = error
211
+
209
212
# Wrapping preferences
210
213
csharp_wrap_before_ternary_opsigns = false
211
214
Original file line number Diff line number Diff line change 1
- using System ;
2
- using System . Collections . Generic ;
1
+ using System . Collections . Generic ;
3
2
using System . Text . RegularExpressions ;
4
3
5
4
namespace SourceGit . Commands
Original file line number Diff line number Diff line change 1
- using System ;
2
- using System . Collections . Generic ;
1
+ using System . Collections . Generic ;
3
2
using Avalonia . Collections ;
4
3
using CommunityToolkit . Mvvm . ComponentModel ;
5
4
You can’t perform that action at this time.
0 commit comments