Skip to content

Commit

Permalink
Fix IDEDiagnosticIDConfigurationTests
Browse files Browse the repository at this point in the history
  • Loading branch information
tats-u committed Apr 27, 2024
1 parent 039bcf2 commit a4453d3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,9 @@ public void VisualBasic_VerifyIDEDiagnosticSeveritiesAreConfigurable()
# IDE0084
dotnet_diagnostic.IDE0084.severity = %value%
# IDE0085
dotnet_diagnostic.IDE0085.severity = %value%
# IDE0100
dotnet_diagnostic.IDE0100.severity = %value%
Expand Down Expand Up @@ -975,6 +978,7 @@ public void VisualBasic_VerifyIDECodeStyleOptionsAreConfigurable()
("IDE0081", null, null),
("IDE0082", null, null),
("IDE0084", "visual_basic_style_prefer_isnot_expression", "true"),
("IDE0085", null, null),
("IDE0100", null, null),
("IDE0120", null, null),
("IDE0140", "visual_basic_style_prefer_simplified_object_creation", "true"),
Expand Down

0 comments on commit a4453d3

Please sign in to comment.