mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
response enums can be camelcase as underscores are removed in the deserializer
This commit is contained in:
@@ -214,13 +214,11 @@ namespace Octokit
|
||||
/// <summary>
|
||||
/// A line comment was made.
|
||||
/// </summary>
|
||||
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Linecommented")]
|
||||
Linecommented,
|
||||
LineCommented,
|
||||
|
||||
/// <summary>
|
||||
/// A commit comment was made.
|
||||
/// </summary>
|
||||
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Commitcommented")]
|
||||
Commitcommented
|
||||
CommitCommented
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user