Skip to content

Commit 1a124aa

Browse files
committed
Update roslynator.editorconfig
1 parent c80e3c5 commit 1a124aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

analysis/roslynator.editorconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ dotnet_diagnostic.RCS0029.severity = error
105105
# RCS0030: Add new line before embedded statement
106106
dotnet_diagnostic.RCS0030.severity = none
107107

108-
# RCS0031: Add new line before enum member
108+
# RCS0031: Put enum member on its own line
109109
dotnet_diagnostic.RCS0031.severity = error
110110

111111
# RCS0032: Place new line after/before arrow token
@@ -114,7 +114,7 @@ dotnet_diagnostic.RCS0032.severity = error
114114
# RCS0033: Add new line before statement
115115
dotnet_diagnostic.RCS0033.severity = error
116116

117-
# RCS0034: Add new line before type parameter constraint
117+
# RCS0034: Put type parameter constraint on its own line
118118
dotnet_diagnostic.RCS0034.severity = error
119119

120120
# RCS0036: Remove blank line between single-line declarations of same kind
@@ -552,7 +552,7 @@ dotnet_diagnostic.RCS1173.severity = error
552552
# RCS1174: Remove redundant async/await
553553
dotnet_diagnostic.RCS1174.severity = error
554554

555-
# RCS1175: Unused this parameter
555+
# RCS1175: Unused 'this' parameter
556556
dotnet_diagnostic.RCS1175.severity = error
557557

558558
# RCS1176: Use 'var' instead of explicit type (when the type is not obvious)

0 commit comments

Comments
 (0)