From e81ab754b366d52d92bd69b24bef1d5b1c610634 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Sat, 15 Jun 2024 01:46:15 -0300 Subject: [PATCH] SponsorLink code should be checked as regular code No need to set it as generated code, since we now build and test in CI too, so we ensure we never add unformatted code according to our own editorconfig. Sync'ing the editorconfig would necessarily also sync any format changes. --- .editorconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index e17d14e..4cab270 100644 --- a/.editorconfig +++ b/.editorconfig @@ -107,6 +107,3 @@ dotnet_analyzer_diagnostic.category-Style.severity = none # VSTHRD200: Use "Async" suffix for async methods dotnet_diagnostic.VSTHRD200.severity = none - -[**/*SponsorLink*/**] -generated_code = true \ No newline at end of file