| Index: visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Settings.StyleCop
|
| diff --git a/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Settings.StyleCop b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Settings.StyleCop
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f3231d08ddbfbb292ffa004d19b52d75d5806619
|
| --- /dev/null
|
| +++ b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Settings.StyleCop
|
| @@ -0,0 +1,64 @@
|
| +<StyleCopSettings Version="105">
|
| + <Analyzers>
|
| + <Analyzer AnalyzerId="StyleCop.CSharp.DocumentationRules">
|
| + <Rules>
|
| + <Rule Name="FileMustHaveHeader">
|
| + <RuleSettings>
|
| + <BooleanProperty Name="Enabled">False</BooleanProperty>
|
| + </RuleSettings>
|
| + </Rule>
|
| + <Rule Name="FileHeaderMustShowCopyright">
|
| + <RuleSettings>
|
| + <BooleanProperty Name="Enabled">False</BooleanProperty>
|
| + </RuleSettings>
|
| + </Rule>
|
| + <Rule Name="FileHeaderMustHaveCopyrightText">
|
| + <RuleSettings>
|
| + <BooleanProperty Name="Enabled">False</BooleanProperty>
|
| + </RuleSettings>
|
| + </Rule>
|
| + <Rule Name="FileHeaderMustContainFileName">
|
| + <RuleSettings>
|
| + <BooleanProperty Name="Enabled">False</BooleanProperty>
|
| + </RuleSettings>
|
| + </Rule>
|
| + <Rule Name="FileHeaderMustHaveValidCompanyText">
|
| + <RuleSettings>
|
| + <BooleanProperty Name="Enabled">False</BooleanProperty>
|
| + </RuleSettings>
|
| + </Rule>
|
| + <Rule Name="ConstructorSummaryDocumentationMustBeginWithStandardText">
|
| + <RuleSettings>
|
| + <BooleanProperty Name="Enabled">False</BooleanProperty>
|
| + </RuleSettings>
|
| + </Rule>
|
| + <Rule Name="DestructorSummaryDocumentationMustBeginWithStandardText">
|
| + <RuleSettings>
|
| + <BooleanProperty Name="Enabled">False</BooleanProperty>
|
| + </RuleSettings>
|
| + </Rule>
|
| + </Rules>
|
| + <AnalyzerSettings />
|
| + </Analyzer>
|
| + <Analyzer AnalyzerId="StyleCop.CSharp.NamingRules">
|
| + <Rules>
|
| + <Rule Name="FieldNamesMustNotContainUnderscore">
|
| + <RuleSettings>
|
| + <BooleanProperty Name="Enabled">False</BooleanProperty>
|
| + </RuleSettings>
|
| + </Rule>
|
| + </Rules>
|
| + <AnalyzerSettings />
|
| + </Analyzer>
|
| + <Analyzer AnalyzerId="StyleCop.CSharp.ReadabilityRules">
|
| + <Rules>
|
| + <Rule Name="PrefixLocalCallsWithThis">
|
| + <RuleSettings>
|
| + <BooleanProperty Name="Enabled">False</BooleanProperty>
|
| + </RuleSettings>
|
| + </Rule>
|
| + </Rules>
|
| + <AnalyzerSettings />
|
| + </Analyzer>
|
| + </Analyzers>
|
| +</StyleCopSettings>
|
|
|