Skip to content

Commit 396123c

Browse files
committed
Remove unused suppressions
1 parent 42cff78 commit 396123c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/JsonApiDotNetCore.Annotations/ArgumentGuard.cs

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
using SysNotNull = System.Diagnostics.CodeAnalysis.NotNullAttribute;
44

55
#pragma warning disable AV1008 // Class should not be static
6-
#pragma warning disable AV1553 // Do not use optional parameters with default value null for strings, collections or tasks
76

87
namespace JsonApiDotNetCore;
98

src/JsonApiDotNetCore.Annotations/Controllers/JsonApiEndpoints.shared.cs

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
using JetBrains.Annotations;
22

3-
// ReSharper disable CheckNamespace
4-
#pragma warning disable AV1505 // Namespace should match with assembly name
5-
63
namespace JsonApiDotNetCore.Controllers;
74

85
// IMPORTANT: An internal copy of this type exists in the SourceGenerators project. Keep these in sync when making changes.

0 commit comments

Comments
 (0)