File tree Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 44// </copyright>
55//-----------------------------------------------------------------------
66
7- using System . IO ;
8- using GitReleaseManager . Core . Configuration ;
9- using NUnit . Framework ;
10-
117namespace GitReleaseManager . Tests
128{
13- using System ;
14- using System . Collections . Generic ;
15- using System . Linq ;
16- using System . Text ;
17- using System . Threading . Tasks ;
9+ using System . IO ;
10+ using GitReleaseManager . Core . Configuration ;
11+ using NUnit . Framework ;
1812
1913 [ TestFixture ]
2014 public class ConfigurationTests
Original file line number Diff line number Diff line change @@ -112,7 +112,6 @@ private void CheckForValidLabels(Issue issue)
112112 {
113113 var count = 0 ;
114114
115-
116115 foreach ( var issueLabel in issue . Labels )
117116 {
118117 count += this . configuration . IssueLabelsInclude . Count ( issueToInclude => issueLabel . Name . ToUpperInvariant ( ) == issueToInclude . ToUpperInvariant ( ) ) ;
You can’t perform that action at this time.
0 commit comments