We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1971600 commit 04a04d8Copy full SHA for 04a04d8
1 file changed
.editorconfig
@@ -149,3 +149,6 @@ dotnet_diagnostic.RCS1123.severity = none
149
150
# Default severity for analyzer diagnostics with category 'Performance' - turn this up to warn when looking for performance issues
151
dotnet_analyzer_diagnostic.category-Performance.severity = suggestion
152
+
153
+# CC0097: You have missing/unexistent parameters in Xml Docs
154
+dotnet_diagnostic.CC0097.severity = none
0 commit comments