codeql-action/src
Eric Cornelissen 06e99f1523 Fix no shadow issues in config-utils.test.ts
Rename "queries" variable in test cases to "testQueries" to avoid
shadowing it in a subsequent helper function call (4 times).

Rename "path" twice in a hlper function to "validPath" and "invalidPath"
to avoid shadowing "path". The new names are more explicit.
2020-11-19 22:47:32 +01:00
..
testdata Allowing a cached version of the CodeQL bundle sometimes 2020-09-22 14:38:27 +01:00
actions-util.test.ts Remove unnecessary env manipulation 2020-11-04 10:59:35 +00:00
actions-util.ts Ensure unqualified program names are present on PATH before executing them. 2020-11-18 22:20:13 +00:00
analysis-paths.test.ts Run npm run lint-fix. 2020-10-05 12:44:58 +01:00
analysis-paths.ts Run npm run lint-fix. 2020-10-05 12:44:58 +01:00
analyze-action.ts Fail the analyze action when some language fails to run the queries 2020-10-22 10:22:27 +02:00
analyze.test.ts Switching to import/order instead of sort-imports 2020-10-01 11:03:46 +01:00
analyze.ts Add the --threads config option to finalize db (#281) 2020-11-03 08:25:40 -08:00
api-client.test.ts Log a warning if the API version is not supported. 2020-10-30 12:20:06 +00:00
api-client.ts Fix no shadow issues in api-client.ts 2020-11-19 22:42:13 +01:00
api-compatibility.json Log a warning if the API version is not supported. 2020-10-30 12:20:06 +00:00
autobuild-action.ts Switching to import/order instead of sort-imports 2020-10-01 11:03:46 +01:00
autobuild.ts Switching to import/order instead of sort-imports 2020-10-01 11:03:46 +01:00
codeql.test.ts send action ref and tool version in status reports 2020-11-12 12:27:31 +00:00
codeql.ts Fix no shadow issues in codeql.ts 2020-11-19 22:45:15 +01:00
config-utils.test.ts Fix no shadow issues in config-utils.test.ts 2020-11-19 22:47:32 +01:00
config-utils.ts Pass a logger in to getApiClient() rather than constructing one there. 2020-11-02 08:53:25 +00:00
defaults.json Update default CodeQL bundle version 2020-11-09 13:00:43 +00:00
error-matcher.test.ts Merge branch 'main' into nickfyson/error_wrapper 2020-09-14 13:30:37 +01:00
error-matcher.ts Merge branch 'main' into nickfyson/error_wrapper 2020-09-14 13:30:37 +01:00
external-queries.test.ts Ensure unqualified program names are present on PATH before executing them. 2020-11-18 22:20:13 +00:00
external-queries.ts Ensure unqualified program names are present on PATH before executing them. 2020-11-18 22:20:13 +00:00
fingerprints.test.ts Switching to import/order instead of sort-imports 2020-10-01 11:03:46 +01:00
fingerprints.ts Resolve violations of sort-imports lint 2020-09-29 14:43:37 +01:00
init-action.ts send action ref and tool version in status reports 2020-11-12 12:27:31 +00:00
init.ts Ensure unqualified program names are present on PATH before executing them. 2020-11-18 22:20:13 +00:00
languages.test.ts Switching to import/order instead of sort-imports 2020-10-01 11:03:46 +01:00
languages.ts Running lint-fix 2020-09-14 10:44:43 +01:00
logging.ts Running lint-fix 2020-09-14 10:44:43 +01:00
repository.ts Running lint-fix 2020-09-14 10:44:43 +01:00
runner.ts Merge branch 'main' into robertbrignull/tools_version 2020-11-18 11:25:46 +00:00
sarif_v2.1.0_schema.json remove uniqueItems: false 2020-05-22 16:58:00 +01:00
shared-environment.ts Running lint-fix 2020-09-14 10:44:43 +01:00
testing-utils.ts Switching to import/order instead of sort-imports 2020-10-01 11:03:46 +01:00
toolrunner-error-catcher.test.ts Switching to import/order instead of sort-imports 2020-10-01 11:03:46 +01:00
toolrunner-error-catcher.ts Ensure unqualified program names are present on PATH before executing them. 2020-11-18 22:20:13 +00:00
tracer-config.test.ts Switching to import/order instead of sort-imports 2020-10-01 11:03:46 +01:00
tracer-config.ts Switching to import/order instead of sort-imports 2020-10-01 11:03:46 +01:00
upload-lib.test.ts Switching to import/order instead of sort-imports 2020-10-01 11:03:46 +01:00
upload-lib.ts Pass a logger in to getApiClient() rather than constructing one there. 2020-11-02 08:53:25 +00:00
upload-sarif-action.ts Switching to import/order instead of sort-imports 2020-10-01 11:03:46 +01:00
util.test.ts Remove unnecessary env manipulation 2020-11-04 10:59:35 +00:00
util.ts Use GITHUB_DOTCOM_URL so URL deduplication works 2020-10-05 16:44:43 +01:00