Resolve violations of no-sparse-arrays lint

Resolves #203
This commit is contained in:
Michael Huynh 2020-09-23 21:02:03 +08:00
parent 481f3ce214
commit 38363a1043
No known key found for this signature in database
GPG key ID: 760127DAE4EDD351
4 changed files with 1 additions and 10 deletions

4
lib/tracer-config.js generated
View file

@ -13,13 +13,9 @@ const languages_1 = require("./languages");
const util = __importStar(require("./util"));
const CRITICAL_TRACER_VARS = new Set([
"SEMMLE_PRELOAD_libtrace",
,
"SEMMLE_RUNNER",
,
"SEMMLE_COPY_EXECUTABLES_ROOT",
,
"SEMMLE_DEPTRACE_SOCKET",
,
"SEMMLE_JAVA_TOOL_OPTIONS",
]);
async function getTracerConfigForLanguage(codeql, config, language) {