Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Unified Diff: visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Settings.StyleCop

Issue 10836143: Refactored the VS add-in (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Settings.StyleCop
diff --git a/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Settings.StyleCop b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Settings.StyleCop
index f3231d08ddbfbb292ffa004d19b52d75d5806619..d43a7e63135e9ed67bbaa752d5aa834360b62641 100644
--- a/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Settings.StyleCop
+++ b/visual_studio/NativeClientVSAddIn/NativeClientVSAddIn/Settings.StyleCop
@@ -57,6 +57,11 @@
<BooleanProperty Name="Enabled">False</BooleanProperty>
</RuleSettings>
</Rule>
+ <Rule Name="PrefixCallsCorrectly">
+ <RuleSettings>
+ <BooleanProperty Name="Enabled">False</BooleanProperty>
+ </RuleSettings>
+ </Rule>
</Rules>
<AnalyzerSettings />
</Analyzer>

Powered by Google App Engine
This is Rietveld 408576698