Remove guards for fully enabled tool features
This commit is contained in:
parent
0be24c0c9a
commit
c7f3c79ac0
30 changed files with 75 additions and 360 deletions
|
|
@ -582,10 +582,7 @@ export async function getCodeQLForCmd(
|
|||
extraArgs.push("--external-repository-token-stdin");
|
||||
}
|
||||
|
||||
if (
|
||||
config.buildMode !== undefined &&
|
||||
(await this.supportsFeature(ToolsFeature.BuildModeOption))
|
||||
) {
|
||||
if (config.buildMode !== undefined) {
|
||||
extraArgs.push(`--build-mode=${config.buildMode}`);
|
||||
}
|
||||
if (qlconfigFile !== undefined) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue