mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 19:46:07 +00:00
first pass at cleaning up attributes (#2157)
This commit is contained in:
@@ -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 });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user