Fix stylecop in Microsoft.AspNet.Mvc
This commit is contained in:
parent
97e06138ed
commit
ecbc179d76
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue