Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #229 from miqh/fix/203
Resolve violations of no-sparse-arrays lint
Robert authored and GitHub committed Sep 23, 2020

Unverified

No user is associated with the committer email.
2 parents 481f3ce + 38363a1 commit d9f3933
Showing 4 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
@@ -49,7 +49,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 d9f3933

Please sign in to comment.