Skip to content

Commit bf71fb0

Browse files
committed
(build) Corrected StyleCop and InspectCode Issues
1 parent 2e81a44 commit bf71fb0

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

Source/GitReleaseManager.Tests/ConfigurationTests.cs

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,11 @@
44
// </copyright>
55
//-----------------------------------------------------------------------
66

7-
using System.IO;
8-
using GitReleaseManager.Core.Configuration;
9-
using NUnit.Framework;
10-
117
namespace 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

Source/GitReleaseManager/ReleaseNotesBuilder.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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());

Tools/NuGet/NuGet.exe.old

-1.59 MB
Binary file not shown.

0 commit comments

Comments
 (0)