Skip to content

Commit

Permalink
Disable warning on removing deprecated code.
Browse files Browse the repository at this point in the history
  • Loading branch information
AraHaan committed Mar 28, 2023
1 parent 9c6717b commit c3d0bbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ref/GitInformation/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,6 @@ dotnet_diagnostic.CA1307.severity = warning

# S3903: Move '%s' into a named namespace.
dotnet_diagnostic.S3903.severity = none

# S1133: Do not forget to remove this deprecated code someday.
dotnet_diagnostic.S1133.severity = none
3 changes: 3 additions & 0 deletions src/GitInformation/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,6 @@ dotnet_diagnostic.CA1307.severity = warning

# S3903: Move '%s' into a named namespace.
dotnet_diagnostic.S3903.severity = none

# S1133: Do not forget to remove this deprecated code someday.
dotnet_diagnostic.S1133.severity = none

0 comments on commit c3d0bbc

Please sign in to comment.