Skip to content

Commit

Permalink
Did create feature-flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Rasmus Wriedt Larsen committed Dec 13, 2023
1 parent 1e69962 commit 84a9fc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/feature-flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export enum Feature {
CppDependencyInstallation = "cpp_dependency_installation_enabled",
DisableKotlinAnalysisEnabled = "disable_kotlin_analysis_enabled",
DisablePythonDependencyInstallationEnabled = "disable_python_dependency_installation_enabled",
// NOTE: `python_default_is_to_skip_dependency_installation_enabled` is never actually returned by the GitHub API.
PythonDefaultIsToSkipDependencyInstallationEnabled = "python_default_is_to_skip_dependency_installation_enabled",
EvaluatorFineGrainedParallelismEnabled = "evaluator_fine_grained_parallelism_enabled",
ExportDiagnosticsEnabled = "export_diagnostics_enabled",
Expand Down Expand Up @@ -112,7 +111,7 @@ export const featureConfig: Record<
// here!
envVar: "CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION",
minimumVersion: "2.16.0",
defaultValue: true,
defaultValue: false,
},
};

Expand Down

0 comments on commit 84a9fc4

Please sign in to comment.