Skip to content

Commit 208cd33

Browse files
committed
Convert Existing Roslynator Errors to Warnings
1 parent 7099328 commit 208cd33

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.editorconfig

+8-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ dotnet_diagnostic.CA2016.severity = error
3636
# See: https://docs.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/maintainability-warnings
3737
dotnet_analyzer_diagnostic.category-Maintainability.severity = error
3838

39+
#Roslynator Warnings to Info
40+
dotnet_diagnostic.CA2016.severity = suggestion
41+
dotnet_diagnostic.RCS1102.severity = suggestion
42+
dotnet_diagnostic.RCS1139.severity = suggestion
43+
dotnet_diagnostic.RCS1194.severity = suggestion
44+
dotnet_diagnostic.RCS1210.severity = suggestion
45+
dotnet_diagnostic.RCS1075.severity = suggestion
46+
3947

4048
# TODO: Fix all of these issues and explicitly ignore the intentional ones.
4149
dotnet_diagnostic.VSTHRD002.severity = silent
@@ -51,7 +59,6 @@ dotnet_diagnostic.CS1998.severity = silent
5159
dotnet_diagnostic.CS4014.severity = silent
5260
dotnet_diagnostic.xUnit2013.severity = silent
5361

54-
5562
# VSTHRD200: Use "Async" suffix for awaitable methods
5663
dotnet_diagnostic.VSTHRD200.severity = silent
5764
# IDE0003: this and Me preferences

0 commit comments

Comments
 (0)