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 4
4
// </copyright>
5
5
//-----------------------------------------------------------------------
6
6
7
- using System . IO ;
8
- using GitReleaseManager . Core . Configuration ;
9
- using NUnit . Framework ;
10
-
11
7
namespace GitReleaseManager . Tests
12
8
{
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 ;
18
12
19
13
[ TestFixture ]
20
14
public class ConfigurationTests
Original file line number Diff line number Diff line change @@ -112,7 +112,6 @@ private void CheckForValidLabels(Issue issue)
112
112
{
113
113
var count = 0 ;
114
114
115
-
116
115
foreach ( var issueLabel in issue . Labels )
117
116
{
118
117
count += this . configuration . IssueLabelsInclude . Count ( issueToInclude => issueLabel . Name . ToUpperInvariant ( ) == issueToInclude . ToUpperInvariant ( ) ) ;
You can’t perform that action at this time.
0 commit comments