Skip to content

Commit

Permalink
Remove unused suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
bkoelman committed Sep 2, 2023
1 parent 42cff78 commit 396123c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/JsonApiDotNetCore.Annotations/ArgumentGuard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using SysNotNull = System.Diagnostics.CodeAnalysis.NotNullAttribute;

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

namespace JsonApiDotNetCore;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
using JetBrains.Annotations;

// ReSharper disable CheckNamespace
#pragma warning disable AV1505 // Namespace should match with assembly name

namespace JsonApiDotNetCore.Controllers;

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

0 comments on commit 396123c

Please sign in to comment.