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
206206# CA2211:Non-constant fields should not be visible
207207dotnet_diagnostic.CA2211.severity = error
208208
209+ # IDE0005: remove used namespace using
210+ dotnet_diagnostic.IDE0005.severity = error
211+
209212# Wrapping preferences
210213csharp_wrap_before_ternary_opsigns = false
211214
Original file line number Diff line number Diff line change 1- using System ;
2- using System . Collections . Generic ;
1+ using System . Collections . Generic ;
32using System . Text . RegularExpressions ;
43
54namespace 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 ;
32using Avalonia . Collections ;
43using CommunityToolkit . Mvvm . ComponentModel ;
54
You can’t perform that action at this time.
0 commit comments