We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c79ee commit 74ff7a1Copy full SHA for 74ff7a1
src/NHibernate.Test/Settings.StyleCop
@@ -0,0 +1,14 @@
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>
0 commit comments