Enable IDE0076: InvalidSuppressMessageAttribute (#14494)

https://docs.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0076
This commit is contained in:
xtqqczze 2021-01-08 17:49:49 +00:00 committed by GitHub
parent 89c2ad3e21
commit 0bcc1d4c35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -956,7 +956,7 @@ dotnet_diagnostic.IDE0074.severity = warning
dotnet_diagnostic.IDE0075.severity = warning
# IDE0076: InvalidSuppressMessageAttribute
dotnet_diagnostic.IDE0076.severity = silent
dotnet_diagnostic.IDE0076.severity = warning
# IDE0077: LegacyFormatSuppressMessageAttribute
dotnet_diagnostic.IDE0077.severity = warning