Skip to content

Update dependency ruby to v3.4.6 #161

Update dependency ruby to v3.4.6

Update dependency ruby to v3.4.6 #161

Triggered via pull request September 24, 2025 17:58
Status Success
Total duration 30s
Artifacts

linters.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
shfmt: src/lib/colors.sh#L14
[shfmt] reported by reviewdog 🐶 Raw Output: src/lib/colors.sh:14:-## terminal being interactive (TTY), call `enable_auto_colors` in your src/lib/colors.sh:14:+## terminal being interactive (TTY), call `enable_auto_colors` in your
shellcheck
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
bashly: keencli#L3059
[bashly] reported by reviewdog 🐶 Raw Output: keencli:3059:- run "$@" keencli:3063:+ run "${command_line_args[@]}"
bashly: keencli#L3058
[bashly] reported by reviewdog 🐶 Raw Output: keencli:3060:+ # :command.start keencli:3061:+ command_line_args=("$@")
bashly: keencli#L1528
[bashly] reported by reviewdog 🐶 Raw Output: keencli:1528:- if [[ -v args['request_data'] && -n $(validate_json "${args['request_data']:-}") ]]; then keencli:1529:- printf "validation error in %s:\n%s\n" "REQUEST_DATA" "$(validate_json "${args['request_data']:-}")" >&2 keencli:1530:- exit 1 keencli:1527:+ if [[ -v args['request_data'] ]]; then keencli:1528:+ validation_output="$(validate_json "${args['request_data']:-}")" keencli:1529:+ if [[ -n "$validation_output" ]]; then keencli:1530:+ printf "validation error in %s:\n%s\n" "REQUEST_DATA" "$validation_output" >&2 keencli:1531:+ exit 1 keencli:1532:+ fi
bashly: keencli#L769
[bashly] reported by reviewdog 🐶 Raw Output: keencli:769:-
bashly: keencli#L6
[bashly] reported by reviewdog 🐶 Raw Output: keencli:6:-if [[ "${BASH_VERSINFO:-0}" -lt 4 ]]; then keencli:7:- printf "bash version 4 or higher is required\n" >&2 keencli:6:+if ((BASH_VERSINFO[0] < 4 || (BASH_VERSINFO[0] == 4 && BASH_VERSINFO[1] < 2))); then keencli:7:+ printf "bash version 4.2 or higher is required\n" >&2
bashly: keencli#L2
[bashly] reported by reviewdog 🐶 Raw Output: keencli:2:-# This script was generated by bashly 1.2.12 (https://bashly.dev) keencli:2:+# This script was generated by bashly 1.3.3 (https://bashly.dev)
bashly
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
shfmt
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
shfmt
Unexpected input(s) 'reporter', valid inputs are ['github_token', 'workdir', 'level', 'filter_mode', 'fail_on_error', 'reviewdog_flags', 'shfmt_flags']
yamllint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
markdownlint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.