We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6128f6 commit e02591bCopy full SHA for e02591b
1 file changed
lib/bazel-bep.bash
@@ -111,6 +111,7 @@ process_bep() {
111
# If it has output files but doesn't have actionExecuted, it's likely cached
112
if ! echo "$line" | jq -e '.completed.actionExecuted != null' > /dev/null 2>&1; then
113
# is_cached flag set for potential future use
114
+ # shellcheck disable=SC2034
115
is_cached=true
116
((cached_count++))
117
fi
0 commit comments