Fix StyleCop errors
This commit is contained in:
Родитель
7517a2fbf1
Коммит
b79fa5a5bb
|
@ -7,20 +7,23 @@ namespace Microsoft.CodeAnalysis.Testing
|
|||
public enum TestStage
|
||||
{
|
||||
/// <summary>
|
||||
/// no test is running
|
||||
/// No test is running
|
||||
/// </summary>
|
||||
Idle,
|
||||
|
||||
/// <summary>
|
||||
/// running the diagnostic checks
|
||||
/// Running the diagnostic check
|
||||
/// </summary>
|
||||
Diagnostic,
|
||||
|
||||
/// <summary>
|
||||
/// running the generated code check
|
||||
/// Running the generated code check
|
||||
/// </summary>
|
||||
GeneratedCode,
|
||||
|
||||
/// <summary>
|
||||
/// running the suppression check
|
||||
/// Running the suppression check
|
||||
/// </summary>
|
||||
Suppression
|
||||
Suppression,
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче