Skip to content

Commit b6128f6

Browse files
committed
🚨 Ignore some codes
1 parent 251053f commit b6128f6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/bazel-bep.bash

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ process_bep() {
103103
label=$(echo "$line" | jq -r '.id.targetCompleted.label // "unknown"')
104104
local success
105105
success=$(echo "$line" | jq -r '.completed.success // "false"')
106+
# shellcheck disable=SC2034
106107
local is_cached=false
107108

108109
# Check if the target was cached
@@ -290,6 +291,7 @@ process_bep() {
290291
# First sort the tests by duration (longest first)
291292
# sorted_indexes is kept for potential future implementation of index tracking
292293
# or for maintaining references to original array positions
294+
# shellcheck disable=SC2034
293295
local sorted_indexes=()
294296
local sorted_times=()
295297
local sorted_tests=()

0 commit comments

Comments
 (0)