mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Turn IDE0052 to silent according to the occurrences
This commit is contained in:
@ -37,7 +37,7 @@ dotnet_diagnostic.IDE0055.severity = warning
|
|||||||
dotnet_diagnostic.IDE0051.severity = silent
|
dotnet_diagnostic.IDE0051.severity = silent
|
||||||
|
|
||||||
# IDE0052: Private member is unused
|
# IDE0052: Private member is unused
|
||||||
dotnet_diagnostic.IDE0052.severity = warning
|
dotnet_diagnostic.IDE0052.severity = silent
|
||||||
|
|
||||||
# IDE0073: File header
|
# IDE0073: File header
|
||||||
dotnet_diagnostic.IDE0073.severity = warning
|
dotnet_diagnostic.IDE0073.severity = warning
|
||||||
|
Reference in New Issue
Block a user