Skip to content

Commit

Permalink
Update suppressions
Browse files Browse the repository at this point in the history
sailro committed Aug 30, 2024
1 parent 96c1f2c commit 2e60bb5
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/.editorconfig
Original file line number Diff line number Diff line change
@@ -143,6 +143,7 @@ dotnet_diagnostic.CA2007.severity = none
dotnet_diagnostic.CA2211.severity = none
dotnet_diagnostic.IDE1006.severity = none
dotnet_diagnostic.IDE0060.severity = none
dotnet_diagnostic.IDE0130.severity = none
dotnet_diagnostic.RS2008.severity = none

# C++ Files
2 changes: 0 additions & 2 deletions src/Microsoft.Unity.Analyzers/Nullability.cs
Original file line number Diff line number Diff line change
@@ -3,9 +3,7 @@
* Licensed under the MIT License. See LICENSE in the project root for license information.
*-------------------------------------------------------------------------------------------*/

#pragma warning disable IDE0130
namespace System.Diagnostics.CodeAnalysis;
#pragma warning restore IDE0130

[AttributeUsage(AttributeTargets.Parameter)]
internal sealed class NotNullWhenAttribute(bool returnValue) : Attribute

0 comments on commit 2e60bb5

Please sign in to comment.