mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
C#: Move ExitCode enum out of Extractor class.
This commit is contained in:
@@ -16,15 +16,15 @@ using System.Threading;
|
||||
|
||||
namespace Semmle.Extraction.CSharp
|
||||
{
|
||||
public enum ExitCode
|
||||
{
|
||||
Ok, // Everything worked perfectly
|
||||
Errors, // Trap was generated but there were processing errors
|
||||
Failed // Trap could not be generated
|
||||
}
|
||||
|
||||
public static class Extractor
|
||||
{
|
||||
public enum ExitCode
|
||||
{
|
||||
Ok, // Everything worked perfectly
|
||||
Errors, // Trap was generated but there were processing errors
|
||||
Failed // Trap could not be generated
|
||||
}
|
||||
|
||||
private class LogProgressMonitor : IProgressMonitor
|
||||
{
|
||||
private readonly ILogger logger;
|
||||
|
||||
Reference in New Issue
Block a user