File tree Expand file tree Collapse file tree
StyleCop.Analyzers/StyleCop.Analyzers.Test Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ namespace StyleCop.Analyzers.Test.DocumentationRules
1010 using Microsoft . CodeAnalysis . Diagnostics ;
1111 using StyleCop . Analyzers . DocumentationRules ;
1212 using StyleCop . Analyzers . Test . Helpers ;
13-
1413 using TestHelper ;
1514 using Xunit ;
1615
Original file line number Diff line number Diff line change 44namespace StyleCop . Analyzers . Test . DocumentationRules
55{
66 using System . Collections . Generic ;
7- using System . Globalization ;
87 using System . Threading ;
98 using System . Threading . Tasks ;
109 using Microsoft . CodeAnalysis . CodeFixes ;
1110 using Microsoft . CodeAnalysis . Diagnostics ;
1211 using StyleCop . Analyzers . DocumentationRules ;
1312 using StyleCop . Analyzers . Test . Helpers ;
14-
1513 using TestHelper ;
1614 using Xunit ;
1715
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ namespace StyleCop.Analyzers.Test.Helpers
77 using System . Globalization ;
88 using System . Reflection ;
99 using System . Threading ;
10-
1110 using Xunit . Sdk ;
1211
1312 /// <summary>
@@ -26,9 +25,9 @@ public class UseCultureAttribute : BeforeAfterTestAttribute
2625 {
2726 private readonly Lazy < CultureInfo > culture ;
2827
29- #pragma warning disable SA1305
28+ #pragma warning disable SA1305 // Field names must not use Hungarian notation
3029 private readonly Lazy < CultureInfo > uiCulture ;
31- #pragma warning restore SA1305
30+ #pragma warning restore SA1305 // Field names must not use Hungarian notation
3231
3332 private CultureInfo originalCulture ;
3433
You can’t perform that action at this time.
0 commit comments