Skip to content

Commit

Permalink
Showing 3 changed files with 3 additions and 11 deletions.
5 changes: 1 addition & 4 deletions lib/analyze.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/analyze.js.map
7 changes: 1 addition & 6 deletions src/analyze.ts
@@ -232,12 +232,7 @@ export async function runQueries(

try {
if (hasPackWithCustomQueries) {
logger.info("*************");
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.info("Performing analysis with custom QL Packs.");
logger.startGroup(`Downloading custom packs for ${language}`);

const codeql = await getCodeQL(config.codeQLCmd);

0 comments on commit e6bcd71

Please sign in to comment.