Skip to content

Commit

Permalink
Suppress some CA1515 violations.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Nov 13, 2024
1 parent 960c74b commit 4e9d37d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/benchmarks/CelerityBenchmarks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace Vezel.Celerity.Benchmarks;

[SuppressMessage("", "CA1515")]
[SuppressMessage("", "CA1812")]
[SuppressMessage("", "CA1822")]
public partial class CelerityBenchmarks
Expand Down
1 change: 1 addition & 0 deletions src/tests/CelerityTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// SPDX-License-Identifier: 0BSD

[SuppressMessage("", "CA1050")]
[SuppressMessage("", "CA1515")]
public abstract partial class CelerityTests
{
private protected static async Task VerifyDiagnosticsAsync(
Expand Down

0 comments on commit 4e9d37d

Please sign in to comment.