Update dependency DannyBen/bashly to v1.2.9 #127
Annotations
2 errors and 11 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.com/orgs/community/discussions/26680#discussioncomment-3252835
|
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.2.6 (https://bashly.dannyb.co)
keencli:2:+# This script was generated by bashly 1.2.8 (https://bashly.dannyb.co)
|
suggester / bashly:
keencli#L748
[bashly] reported by reviewdog 🐶
Raw Output:
keencli:748:- if ((${#other_args[@]})); then
keencli:749:- echo
keencli:750:- echo other_args:
keencli:751:- echo "- \${other_args[*]} = ${other_args[*]}"
keencli:752:- for i in "${!other_args[@]}"; do
keencli:753:- echo "- \${other_args[$i]} = ${other_args[$i]}"
keencli:754:- done
keencli:755:- fi
keencli:756:-
|
suggester / bashly:
keencli#L1316
[bashly] reported by reviewdog 🐶
Raw Output:
keencli:1316:- if command -v curl >/dev/null 2>&1; then
keencli:1317:- deps['curl']="$(command -v curl | head -n1)"
keencli:1318:- else
keencli:1307:+ missing_deps=
keencli:1308:+ # :dependency.filter
keencli:1309:+ if ! command -v curl >/dev/null 2>&1; then
|
suggester / bashly:
keencli#L1320
[bashly] reported by reviewdog 🐶
Raw Output:
keencli:1320:- printf "%s\n" "https://curl.se/" >&2
keencli:1321:- exit 1
keencli:1311:+ printf "%s\n\n" "https://curl.se/" >&2
keencli:1312:+ missing_deps=1
keencli:1313:+ else
keencli:1314:+ deps['curl']="$(command -v curl | head -n1)"
|
suggester / bashly:
keencli#L1324
[bashly] reported by reviewdog 🐶
Raw Output:
keencli:1324:- if command -v yq >/dev/null 2>&1; then
keencli:1325:- deps['yq']="$(command -v yq | head -n1)"
keencli:1326:- else
keencli:1317:+ # :dependency.filter
keencli:1318:+ if ! command -v yq >/dev/null 2>&1; then
|
suggester / bashly:
keencli#L1328
[bashly] reported by reviewdog 🐶
Raw Output:
keencli:1328:- printf "%s\n" "https://mikefarah.gitbook.io/yq/" >&2
keencli:1329:- exit 1
keencli:1320:+ printf "%s\n\n" "https://mikefarah.gitbook.io/yq/" >&2
keencli:1321:+ missing_deps=1
keencli:1322:+ else
keencli:1323:+ deps['yq']="$(command -v yq | head -n1)"
|
suggester / bashly:
keencli#L1332
[bashly] reported by reviewdog 🐶
Raw Output:
keencli:1332:- if command -v md5sum md5 >/dev/null 2>&1; then
keencli:1333:- deps['md5']="$(command -v md5sum md5 | head -n1)"
keencli:1334:- else
keencli:1326:+ # :dependency.filter
keencli:1327:+ if ! command -v md5sum md5 >/dev/null 2>&1; then
|
suggester / bashly:
keencli#L1336
[bashly] reported by reviewdog 🐶
Raw Output:
keencli:1329:+ missing_deps=1
keencli:1330:+ else
keencli:1331:+ deps['md5']="$(command -v md5sum md5 | head -n1)"
keencli:1332:+ fi
keencli:1333:+
keencli:1334:+ if [[ -n $missing_deps ]]; then
|
suggester / bashly:
keencli#L1509
[bashly] reported by reviewdog 🐶
Raw Output:
keencli:1508:+
|
suggester / bashly:
keencli#L2745
[bashly] reported by reviewdog 🐶
Raw Output:
keencli:2745:+
|
suggester / bashly
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
|
Loading