Skip to content

Commit

Permalink
Merge pull request #907 from adamralph/remove-redundant-suppressions
Browse files Browse the repository at this point in the history
remove redundant suppressions
  • Loading branch information
adamralph authored Aug 31, 2023
2 parents 4080361 + 817f7c7 commit 13ec4c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion minver-cli/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#pragma warning disable CA1852 // https://github.com/dotnet/roslyn-analyzers/issues/6141
using System;
using System.IO;
using System.Linq;
Expand Down
1 change: 0 additions & 1 deletion targets/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#pragma warning disable CA1852 // https://github.com/dotnet/roslyn-analyzers/issues/6141
using System;
using System.Collections.Generic;
using System.Linq;
Expand Down

0 comments on commit 13ec4c5

Please sign in to comment.