Fix stylecop in Microsoft.AspNet.Mvc

This commit is contained in:
Ryan Nowak 2014-06-04 20:06:42 -07:00
parent 97e06138ed
commit ecbc179d76
2 changed files with 6 additions and 1 deletions

View File

@ -259,6 +259,11 @@
</Analyzer> </Analyzer>
<Analyzer AnalyzerId="StyleCop.CSharp.ReadabilityRules"> <Analyzer AnalyzerId="StyleCop.CSharp.ReadabilityRules">
<Rules> <Rules>
<Rule Name="OpeningParenthesisMustBeOnDeclarationLine">
<RuleSettings>
<BooleanProperty Name="Enabled">False</BooleanProperty>
</RuleSettings>
</Rule>
<Rule Name="ParameterMustNotSpanMultipleLines"> <Rule Name="ParameterMustNotSpanMultipleLines">
<RuleSettings> <RuleSettings>
<BooleanProperty Name="Enabled">False</BooleanProperty> <BooleanProperty Name="Enabled">False</BooleanProperty>