Skip to content

Commit

Permalink
Add new diagnostic rule MA0018 with severity none.
Browse files Browse the repository at this point in the history
This change updates the .editorconfig file to include a new diagnostic rule (MA0018) with severity set to none.
  • Loading branch information
adambajguz committed Oct 17, 2024
1 parent 3062487 commit b82b428
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dotnet_diagnostic.MA0007.severity = warning
dotnet_diagnostic.MA0011.severity = none
dotnet_diagnostic.MA0013.severity = none
dotnet_diagnostic.MA0016.severity = none
dotnet_diagnostic.MA0018.severity = none
dotnet_diagnostic.MA0025.severity = none
dotnet_diagnostic.MA0031.severity = none
dotnet_diagnostic.MA0074.severity = none
Expand Down

0 comments on commit b82b428

Please sign in to comment.