Update dependency DannyBen/bashly to v1.1.10 #71
Annotations
2 errors and 10 warnings
suggester / bashly
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
suggester / bashly
Process completed with exit code 1.
|
suggester / bashly:
keencli#L2
[bashly] reported by reviewdog 🐶
Raw Output:
keencli:2:-# This script was generated by bashly 1.1.2 (https://bashly.dannyb.co)
keencli:2:+# This script was generated by bashly 1.1.7 (https://bashly.dannyb.co)
|
suggester / bashly:
keencli#L598
[bashly] reported by reviewdog 🐶
Raw Output:
keencli:598:- for k in "${sorted_keys[@]}"; do echo "- \${args[$k]} = ${args[$k]}"; done
keencli:598:+ for k in "${sorted_keys[@]}"; do
keencli:599:+ echo "- \${args[$k]} = ${args[$k]}"
keencli:600:+ done
|
suggester / bashly:
keencli#L616
[bashly] reported by reviewdog 🐶
Raw Output:
keencli:616:- for k in "${sorted_keys[@]}"; do echo "- \${deps[$k]} = ${deps[$k]}"; done
keencli:618:+ for k in "${sorted_keys[@]}"; do
keencli:619:+ echo "- \${deps[$k]} = ${deps[$k]}"
keencli:620:+ done
|
suggester / bashly:
keencli#L619
[bashly] reported by reviewdog 🐶
Raw Output:
keencli:623:+ if ((${#env_var_names[@]})); then
keencli:624:+ readarray -t sorted_names < <(printf '%s\n' "${env_var_names[@]}" | sort)
keencli:625:+ echo
keencli:626:+ echo "environment variables:"
keencli:627:+ for k in "${sorted_names[@]}"; do
keencli:628:+ echo "- \$$k = ${!k:-}"
keencli:629:+ done
keencli:630:+ fi
|
suggester / bashly:
keencli#L1076
[bashly] reported by reviewdog 🐶
Raw Output:
keencli:1088:+ env_var_names+=("KEENETIC_BASE_URL")
keencli:1089:+ env_var_names+=("KEENETIC_USERNAME")
keencli:1090:+ env_var_names+=("KEENETIC_PASSWORD")
|
suggester / bashly:
keencli#L1216
[bashly] reported by reviewdog 🐶
Raw Output:
keencli:1216:- # :flag.validations
keencli:1217:- if [[ -n $(validate_base_url "$2") ]]; then
keencli:1218:- printf "validation error in %s:\n%s\n" "--baseurl BASEURL" "$(validate_base_url "$2")" >&2
keencli:1219:- exit 1
keencli:1220:- fi
keencli:1221:-
|
suggester / bashly:
keencli#L1236
[bashly] reported by reviewdog 🐶
Raw Output:
keencli:1236:- # :flag.validations
keencli:1237:- if [[ -n $(validate_file_path "$2") ]]; then
keencli:1238:- printf "validation error in %s:\n%s\n" "--output, -o OUTPUT" "$(validate_file_path "$2")" >&2
keencli:1239:- exit 1
keencli:1240:- fi
keencli:1241:-
|
suggester / bashly:
keencli#L1256
[bashly] reported by reviewdog 🐶
Raw Output:
keencli:1256:-
|
suggester / bashly:
keencli#L1275
[bashly] reported by reviewdog 🐶
Raw Output:
keencli:1275:-
|
suggester / bashly:
keencli#L1279
[bashly] reported by reviewdog 🐶
Raw Output:
keencli:1279:- # :argument.validations
keencli:1280:- if [[ -n $(validate_json "$1") ]]; then
keencli:1281:- printf "validation error in %s:\n%s\n" "REQUEST_DATA" "$(validate_json "$1")" >&2
keencli:1282:- exit 1
keencli:1283:- fi
keencli:1284:-
|
The logs for this run have expired and are no longer available.
Loading