Skip to content

Commit a592ba0

Browse files
committed
Supress SA1402
1 parent 8a941ef commit a592ba0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/NHibernate.Test/AssemblyInfo.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
using System;
2+
using System.Diagnostics.CodeAnalysis;
23
using System.Reflection;
34
using NUnit.Framework;
45

56
[assembly: CLSCompliant(false)]
67
[assembly: AssemblyDelaySign(false)]
78

89
[assembly: LevelOfParallelism(0)]
10+
11+
[assembly: SuppressMessage("StyleCop.CSharp.MaintainabilityRules", "SA1402:FileMayOnlyContainASingleType")]

0 commit comments

Comments
 (0)