Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'main' into fix/197
  • Loading branch information
Robert authored and GitHub committed Sep 23, 2020

Unverified

No user is associated with the committer email.
2 parents 80b408e + d9f3933 commit 5d00d5b
Showing 4 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
@@ -48,7 +48,6 @@
"github/no-then": "off",
"import/no-extraneous-dependencies": "off",
"no-shadow": "off",
"no-sparse-arrays": "off",
"no-throw-literal": "off",
"no-useless-escape": "off",
"sort-imports": "off"
4 changes: 0 additions & 4 deletions lib/tracer-config.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/tracer-config.js.map

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

4 changes: 0 additions & 4 deletions src/tracer-config.ts
@@ -13,13 +13,9 @@ export type TracerConfig = {

const CRITICAL_TRACER_VARS = new Set([
"SEMMLE_PRELOAD_libtrace",
,
"SEMMLE_RUNNER",
,
"SEMMLE_COPY_EXECUTABLES_ROOT",
,
"SEMMLE_DEPTRACE_SOCKET",
,
"SEMMLE_JAVA_TOOL_OPTIONS",
]);

0 comments on commit 5d00d5b

Please sign in to comment.