Skip to content

Commit 632e48f

Browse files
committed
shell check
1 parent ea89f0c commit 632e48f

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

instrumentation-docs/ci-collect.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
set -euo pipefail
77

8+
# shellcheck source=instrumentation-docs/instrumentations.sh
89
source "$(dirname "$0")/instrumentations.sh"
910

1011
ALL_TASKS=()

instrumentation-docs/collect.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
set -euo pipefail
88

9+
# shellcheck source=instrumentation-docs/instrumentations.sh
910
source "$(dirname "$0")/instrumentations.sh"
1011

1112
readonly TELEMETRY_DIR_NAME=".telemetry"

instrumentation-docs/instrumentations.sh

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ set -euo pipefail
44

55
# This file is sourced by collect.sh and ci-collect.sh
66

7+
# shellcheck disable=SC2034
78
readonly INSTRUMENTATIONS=(
89
# <module path (colon-separated)> : <javaagent|library> : [ gradle-task-suffix ]
910
"activej-http-6.0:javaagent:test"
@@ -92,6 +93,7 @@ readonly INSTRUMENTATIONS=(
9293

9394
# Some instrumentation test suites don't run ARM, so we use colima to run them in an x86_64
9495
# container.
96+
# shellcheck disable=SC2034
9597
readonly COLIMA_INSTRUMENTATIONS=(
9698
"elasticsearch:elasticsearch-rest-6.4:javaagent:test"
9799
"elasticsearch:elasticsearch-rest-5.0:javaagent:test"

0 commit comments

Comments
 (0)