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

Side by Side 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, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <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.
2 <version>12</version>
3 <project key="-1814160225">
4 <configuration>DEBUG;TRACE</configuration>
5 </project>
6 <sourcecode name="PropertyManagerTest.cs" parser="StyleCop.CSharp.CsParser">
7 <timestamps>
8 <styleCop>2012/10/05 10:23:44.000</styleCop>
9 <settingsFile>2012/10/12 10:51:20.126</settingsFile>
10 <sourceFile>2012/10/29 10:50:00.086</sourceFile>
11 <parser>2012/10/05 10:23:44.000</parser>
12 <StyleCop.CSharp.DocumentationRules>2012/10/05 10:23:44.000</StyleCop.CSha rp.DocumentationRules>
13 <StyleCop.CSharp.DocumentationRules.FilesHashCode>1157575881</StyleCop.CSh arp.DocumentationRules.FilesHashCode>
14 <StyleCop.CSharp.LayoutRules>2012/10/05 10:23:44.000</StyleCop.CSharp.Layo utRules>
15 <StyleCop.CSharp.LayoutRules.FilesHashCode>0</StyleCop.CSharp.LayoutRules. FilesHashCode>
16 <StyleCop.CSharp.MaintainabilityRules>2012/10/05 10:23:44.000</StyleCop.CS harp.MaintainabilityRules>
17 <StyleCop.CSharp.MaintainabilityRules.FilesHashCode>0</StyleCop.CSharp.Mai ntainabilityRules.FilesHashCode>
18 <StyleCop.CSharp.NamingRules>2012/10/05 10:23:44.000</StyleCop.CSharp.Nami ngRules>
19 <StyleCop.CSharp.NamingRules.FilesHashCode>0</StyleCop.CSharp.NamingRules. FilesHashCode>
20 <StyleCop.CSharp.OrderingRules>2012/10/05 10:23:44.000</StyleCop.CSharp.Or deringRules>
21 <StyleCop.CSharp.OrderingRules.FilesHashCode>0</StyleCop.CSharp.OrderingRu les.FilesHashCode>
22 <StyleCop.CSharp.ReadabilityRules>2012/10/05 10:23:44.000</StyleCop.CSharp .ReadabilityRules>
23 <StyleCop.CSharp.ReadabilityRules.FilesHashCode>0</StyleCop.CSharp.Readabi lityRules.FilesHashCode>
24 <StyleCop.CSharp.SpacingRules>2012/10/05 10:23:44.000</StyleCop.CSharp.Spa cingRules>
25 <StyleCop.CSharp.SpacingRules.FilesHashCode>0</StyleCop.CSharp.SpacingRule s.FilesHashCode>
26 </timestamps>
27 <violations>
28 <violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementDoc umentationMustBeSpelledCorrectly" ruleCheckId="SA1650">
29 <context>The documentation text within the summary tag contains incorrec tly spelled words: Cl, Cl, Cl</context>
30 <line>30</line>
31 <warning>False</warning>
32 </violation>
33 <violation namespace="StyleCop.CSharp.DocumentationRules" rule="ElementDoc umentationMustBeSpelledCorrectly" ruleCheckId="SA1650">
34 <context>The documentation text within the summary tag contains incorrec tly spelled words: Cl</context>
35 <line>49</line>
36 <warning>False</warning>
37 </violation>
38 </violations>
39 </sourcecode>
40 </stylecopresultscache>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698