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

Unified Diff: visual_studio/NativeClientVSAddIn/UnitTests/StyleCop.Cache

Issue 11266051: Add PNaCl support for VS addin. (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: now with tests Created 8 years, 2 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/UnitTests/StyleCop.Cache
diff --git a/visual_studio/NativeClientVSAddIn/UnitTests/StyleCop.Cache b/visual_studio/NativeClientVSAddIn/UnitTests/StyleCop.Cache
new file mode 100644
index 0000000000000000000000000000000000000000..c6114062b053f8ab0de49223b6f44ff2bfd19125
--- /dev/null
+++ b/visual_studio/NativeClientVSAddIn/UnitTests/StyleCop.Cache
@@ -0,0 +1,40 @@
+<stylecopresultscache>
binji 2012/10/29 23:14:02 is this supposed to be checked in?
Sam Clegg 2012/10/30 20:30:28 No. Done.
+ <version>12</version>
+ <project key="-1814160225">
+ <configuration>DEBUG;TRACE</configuration>
+ </project>
+ <sourcecode name="PropertyManagerTest.cs" parser="StyleCop.CSharp.CsParser">
+ <timestamps>
+ <styleCop>2012/10/05 10:23:44.000</styleCop>
+ <settingsFile>2012/10/12 10:51:20.126</settingsFile>
+ <sourceFile>2012/10/29 10:50:00.086</sourceFile>
+ <parser>2012/10/05 10:23:44.000</parser>
+ <StyleCop.CSharp.DocumentationRules>2012/10/05 10:23:44.000</StyleCop.CSharp.DocumentationRules>
+ <StyleCop.CSharp.DocumentationRules.FilesHashCode>1157575881</StyleCop.CSharp.DocumentationRules.FilesHashCode>
+ <StyleCop.CSharp.LayoutRules>2012/10/05 10:23:44.000</StyleCop.CSharp.LayoutRules>
+ <StyleCop.CSharp.LayoutRules.FilesHashCode>0</StyleCop.CSharp.LayoutRules.FilesHashCode>
+ <StyleCop.CSharp.MaintainabilityRules>2012/10/05 10:23:44.000</StyleCop.CSharp.MaintainabilityRules>
+ <StyleCop.CSharp.MaintainabilityRules.FilesHashCode>0</StyleCop.CSharp.MaintainabilityRules.FilesHashCode>
+ <StyleCop.CSharp.NamingRules>2012/10/05 10:23:44.000</StyleCop.CSharp.NamingRules>
+ <StyleCop.CSharp.NamingRules.FilesHashCode>0</StyleCop.CSharp.NamingRules.FilesHashCode>
+ <StyleCop.CSharp.OrderingRules>2012/10/05 10:23:44.000</StyleCop.CSharp.OrderingRules>
+ <StyleCop.CSharp.OrderingRules.FilesHashCode>0</StyleCop.CSharp.OrderingRules.FilesHashCode>
+ <StyleCop.CSharp.ReadabilityRules>2012/10/05 10:23:44.000</StyleCop.CSharp.ReadabilityRules>
+ <StyleCop.CSharp.ReadabilityRules.FilesHashCode>0</StyleCop.CSharp.ReadabilityRules.FilesHashCode>
+ <StyleCop.CSharp.SpacingRules>2012/10/05 10:23:44.000</StyleCop.CSharp.SpacingRules>
+ <StyleCop.CSharp.SpacingRules.FilesHashCode>0</StyleCop.CSharp.SpacingRules.FilesHashCode>
+ </timestamps>
+ <violations>
+ <violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementDocumentationMustBeSpelledCorrectly" ruleCheckId="SA1650">
+ <context>The documentation text within the summary tag contains incorrectly spelled words: Cl, Cl, Cl</context>
+ <line>30</line>
+ <warning>False</warning>
+ </violation>
+ <violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementDocumentationMustBeSpelledCorrectly" ruleCheckId="SA1650">
+ <context>The documentation text within the summary tag contains incorrectly spelled words: Cl</context>
+ <line>49</line>
+ <warning>False</warning>
+ </violation>
+ </violations>
+ </sourcecode>
+</stylecopresultscache>

Powered by Google App Engine
This is Rietveld 408576698