first pass at cleaning up attributes (#2157)

This commit is contained in:
Brendan Forster
2020-03-18 09:02:11 -03:00
committed by GitHub
parent 327020750f
commit dc2f6ff001
54 changed files with 402 additions and 383 deletions
@@ -81,7 +81,6 @@ namespace Octokit.Tests.Conventions
.Assembly
.ExportedTypes
.Where(TypeExtensions.IsClientClass)
.Where(t => t != typeof(StatisticsClient)) // This convention doesn't apply to this one type.
.Where(t => t != typeof(GitHubClient))
.Select(type => new[] { type });
}