mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 11:24:44 +00:00
suppress it!
shut up crazy code analysis
This commit is contained in:
@@ -20,6 +20,7 @@ namespace Octokit
|
||||
/// <summary>
|
||||
/// array of repo_names this team has permissions to
|
||||
/// </summary>
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays")]
|
||||
public string[] RepoNames { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -5,6 +5,7 @@ using System.Globalization;
|
||||
|
||||
namespace Octokit
|
||||
{
|
||||
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1711:IdentifiersShouldNotHaveIncorrectSuffix")]
|
||||
public enum Permission
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user