From d181602323ee1478c444b058b2937d501fc72b38 Mon Sep 17 00:00:00 2001 From: Elscrux Date: Sat, 23 Nov 2024 14:18:13 +0100 Subject: [PATCH] Remove warnings for comments It's cluttering warnings, and we don't seem to be doing this anyway --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 9b2ed57..315a463 100644 --- a/.editorconfig +++ b/.editorconfig @@ -75,7 +75,7 @@ resharper_wrap_parameters_style = wrap_if_long # levels: error, warning, suggestion, silent, none, default # CS1591: // Missing XML comment for publicly visible type or member -dotnet_diagnostic.CS1591.severity = warning +dotnet_diagnostic.CS1591.severity = silent # CS8602: Dereference of a possibly null reference. dotnet_diagnostic.CS8602.severity = error