Remove experimental warning message for custom packs
This commit is contained in:
parent
708446c6e4
commit
e6bcd71529
3 changed files with 3 additions and 11 deletions
5
lib/analyze.js
generated
5
lib/analyze.js
generated
|
|
@ -132,10 +132,7 @@ async function runQueries(sarifFolder, memoryFlag, addSnippetsFlag, threadsFlag,
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
if (hasPackWithCustomQueries) {
|
if (hasPackWithCustomQueries) {
|
||||||
logger.info("*************");
|
logger.info("Performing analysis with custom QL Packs.");
|
||||||
logger.info("Performing analysis with custom QL Packs. QL Packs are an experimental feature.");
|
|
||||||
logger.info("And should not be used in production yet.");
|
|
||||||
logger.info("*************");
|
|
||||||
logger.startGroup(`Downloading custom packs for ${language}`);
|
logger.startGroup(`Downloading custom packs for ${language}`);
|
||||||
const codeql = await (0, codeql_1.getCodeQL)(config.codeQLCmd);
|
const codeql = await (0, codeql_1.getCodeQL)(config.codeQLCmd);
|
||||||
const results = await codeql.packDownload(packsWithVersion);
|
const results = await codeql.packDownload(packsWithVersion);
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -232,12 +232,7 @@ export async function runQueries(
|
||||||
|
|
||||||
try {
|
try {
|
||||||
if (hasPackWithCustomQueries) {
|
if (hasPackWithCustomQueries) {
|
||||||
logger.info("*************");
|
logger.info("Performing analysis with custom QL Packs.");
|
||||||
logger.info(
|
|
||||||
"Performing analysis with custom QL Packs. QL Packs are an experimental feature."
|
|
||||||
);
|
|
||||||
logger.info("And should not be used in production yet.");
|
|
||||||
logger.info("*************");
|
|
||||||
logger.startGroup(`Downloading custom packs for ${language}`);
|
logger.startGroup(`Downloading custom packs for ${language}`);
|
||||||
|
|
||||||
const codeql = await getCodeQL(config.codeQLCmd);
|
const codeql = await getCodeQL(config.codeQLCmd);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue