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 AnalyzerId="StyleCop.CSharp.ReadabilityRules">
<Rules>
<Rule Name="OpeningParenthesisMustBeOnDeclarationLine">
<RuleSettings>
<BooleanProperty Name="Enabled">False</BooleanProperty>
</RuleSettings>
</Rule>
<Rule Name="ParameterMustNotSpanMultipleLines">
<RuleSettings>
<BooleanProperty Name="Enabled">False</BooleanProperty>