From c86f217ee06c0dab0271c9fac1b3637951cc734c Mon Sep 17 00:00:00 2001 From: lightyears Date: Fri, 2 Jun 2023 00:32:42 +0800 Subject: [PATCH] Adjust coding rule --- .editorconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 45fc684..162b368 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,5 +8,3 @@ charset = utf-8 end_of_line = lf trim_trailing_whitespace = true insert_final_newline = true - -dotnet_diagnostic.CA1822.severity = none ; Mark members as static