Skip to content

Commit d9f3933

Browse files
Merge pull request #229 from miqh/fix/203
Resolve violations of no-sparse-arrays lint
2 parents 481f3ce + 38363a1 commit d9f3933

4 files changed

Lines changed: 1 addition & 10 deletions

File tree

.eslintrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
"github/no-then": "off",
5050
"import/no-extraneous-dependencies": "off",
5151
"no-shadow": "off",
52-
"no-sparse-arrays": "off",
5352
"no-throw-literal": "off",
5453
"no-useless-escape": "off",
5554
"sort-imports": "off"

lib/tracer-config.js

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/tracer-config.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/tracer-config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,9 @@ export type TracerConfig = {
1313

1414
const CRITICAL_TRACER_VARS = new Set([
1515
"SEMMLE_PRELOAD_libtrace",
16-
,
1716
"SEMMLE_RUNNER",
18-
,
1917
"SEMMLE_COPY_EXECUTABLES_ROOT",
20-
,
2118
"SEMMLE_DEPTRACE_SOCKET",
22-
,
2319
"SEMMLE_JAVA_TOOL_OPTIONS",
2420
]);
2521

0 commit comments

Comments
 (0)