Skip to content

Commit

Permalink
Workaround for: dotnet/roslyn#41640
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Jan 2, 2024
1 parent da73c47 commit 329a76e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .globalconfig
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ dotnet_style_qualification_for_property = false
dotnet_style_readonly_field = true
dotnet_style_require_accessibility_modifiers = always

# TODO: https://github.com/dotnet/roslyn/issues/41640
dotnet_diagnostic.EnableGenerateDocumentationFile.severity = none

dotnet_diagnostic.CA1000.severity = none
dotnet_diagnostic.CA1001.severity = error
dotnet_diagnostic.CA1002.severity = error
Expand Down

0 comments on commit 329a76e

Please sign in to comment.