Skip to content

Commit b20bb54

Browse files
committed
remove errant analysis suppression
1 parent 0e38aee commit b20bb54

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/Utility.CommandLine.Arguments.Tests/ArgumentsTests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,9 @@
3030

3131
using System;
3232
using System.Collections.Generic;
33-
using System.Diagnostics.CodeAnalysis;
3433
using System.Linq;
3534
using Xunit;
3635

37-
[assembly: SuppressMessage("StyleCop.CSharp.MaintainabilityRules", "SA1402:FileMayOnlyContainASingleClass", Justification = "Reviewed.")]
38-
3936
namespace Utility.CommandLine.Tests
4037
{
4138
[Collection("ArgumentAttribute")]

0 commit comments

Comments
 (0)