Skip to content

Commit

Permalink
Delete IDE dispose analyzer rules
Browse files Browse the repository at this point in the history
The IDE dispose analyzer rules have been deleted from Roslyn:

dotnet/roslyn@eeba499
  • Loading branch information
xtqqczze authored Jul 19, 2021
1 parent add78e1 commit 82a5b7e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,6 @@ dotnet_style_prefer_inferred_tuple_names = true:suggestion
dotnet_style_prefer_is_null_check_over_reference_equality_method = true:suggestion
dotnet_style_prefer_simplified_interpolation = true:suggestion

# Dispose rules (CA2000 and CA2213) ported to IDE analyzers. We already execute the CA rules on the repo, so disable the IDE ones.
dotnet_diagnostic.IDE0067.severity = none
dotnet_diagnostic.IDE0068.severity = none
dotnet_diagnostic.IDE0069.severity = none

### CSharp code style settings ###
[*.cs]

Expand Down

0 comments on commit 82a5b7e

Please sign in to comment.