Disabling the "Fields Must be private" rule (SA1401).
This commit is contained in:
parent
531bfe8728
commit
69749abe53
1 changed files with 10 additions and 0 deletions
|
@ -170,5 +170,15 @@
|
||||||
</Rules>
|
</Rules>
|
||||||
<AnalyzerSettings />
|
<AnalyzerSettings />
|
||||||
</Analyzer>
|
</Analyzer>
|
||||||
|
<Analyzer AnalyzerId="StyleCop.CSharp.MaintainabilityRules">
|
||||||
|
<Rules>
|
||||||
|
<Rule Name="FieldsMustBePrivate">
|
||||||
|
<RuleSettings>
|
||||||
|
<BooleanProperty Name="Enabled">False</BooleanProperty>
|
||||||
|
</RuleSettings>
|
||||||
|
</Rule>
|
||||||
|
</Rules>
|
||||||
|
<AnalyzerSettings />
|
||||||
|
</Analyzer>
|
||||||
</Analyzers>
|
</Analyzers>
|
||||||
</StyleCopSettings>
|
</StyleCopSettings>
|
Loading…
Add table
Add a link
Reference in a new issue