Skip to content

Commit

Permalink
chore: Suppress S1133
Browse files Browse the repository at this point in the history
  • Loading branch information
kimlundjohansen committed Oct 20, 2023
1 parent a3049cd commit 27765ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -506,4 +506,5 @@ dotnet_diagnostic.S1135.severity = suggestion # https://github.com/atc-net
dotnet_diagnostic.CA1062.severity = none # Do not demand null-checking when using nullable reference types.
dotnet_diagnostic.SA1011.severity = none # Space needed after closing square bracet "]" needed for nullable arrays
dotnet_diagnostic.SA1401.severity = none # Field should be private
dotnet_diagnostic.CA1051.severity = none # Do not declare visible instance fields
dotnet_diagnostic.CA1051.severity = none # Do not declare visible instance fields
dotnet_diagnostic.S1133.severity = none # Deprecated code should be removed

0 comments on commit 27765ff

Please sign in to comment.