Skip to content

Commit

Permalink
SponsorLink code should be checked as regular code
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kzu committed Jun 15, 2024
1 parent 14deaea commit e81ab75
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e81ab75

Please sign in to comment.