Moving StyleCop's setings file out of source tree.
This commit is contained in:
parent
6baa0a1beb
commit
1265264cc7
1 changed files with 7 additions and 1 deletions
|
@ -1,8 +1,14 @@
|
||||||
<StyleCopSettings Version="105">
|
<StyleCopSettings Version="105">
|
||||||
<GlobalSettings>
|
<GlobalSettings>
|
||||||
<StringProperty Name="Culture">en-GB</StringProperty>
|
<StringProperty Name="Culture">en-GB</StringProperty>
|
||||||
<StringProperty Name="MergeSettingsFiles">NoMerge</StringProperty>
|
|
||||||
</GlobalSettings>
|
</GlobalSettings>
|
||||||
|
<Parsers>
|
||||||
|
<Parser ParserId="StyleCop.CSharp.CsParser">
|
||||||
|
<ParserSettings>
|
||||||
|
<BooleanProperty Name="AnalyzeDesignerFiles">False</BooleanProperty>
|
||||||
|
</ParserSettings>
|
||||||
|
</Parser>
|
||||||
|
</Parsers>
|
||||||
<Analyzers>
|
<Analyzers>
|
||||||
<Analyzer AnalyzerId="StyleCop.CSharp.DocumentationRules">
|
<Analyzer AnalyzerId="StyleCop.CSharp.DocumentationRules">
|
||||||
<Rules>
|
<Rules>
|
Loading…
Add table
Add a link
Reference in a new issue