File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
using System ;
2
- using System . Diagnostics . CodeAnalysis ;
3
2
using System . Reflection ;
4
3
using NUnit . Framework ;
5
4
6
5
[ assembly: CLSCompliant ( false ) ]
7
6
[ assembly: AssemblyDelaySign ( false ) ]
8
7
9
8
[ assembly: LevelOfParallelism ( 0 ) ]
10
-
11
- [ assembly: SuppressMessage ( "StyleCop.CSharp.MaintainabilityRules" , "SA1402:FileMayOnlyContainASingleType" ) ]
Original file line number Diff line number Diff line change
1
+ <StyleCopSettings Version =" 105" >
2
+ <Analyzers >
3
+ <Analyzer AnalyzerId =" StyleCop.CSharp.MaintainabilityRules" >
4
+ <Rules >
5
+ <Rule Name =" FileMayOnlyContainASingleClass" >
6
+ <RuleSettings >
7
+ <BooleanProperty Name =" Enabled" >False</BooleanProperty >
8
+ </RuleSettings >
9
+ </Rule >
10
+ </Rules >
11
+ <AnalyzerSettings />
12
+ </Analyzer >
13
+ </Analyzers >
14
+ </StyleCopSettings >
You can’t perform that action at this time.
0 commit comments