qual: Add pre-commit configuration & action #9
Annotations
11 errors and 2 warnings
Run pre-commit hooks
Process completed with exit code 1.
|
Convert Raw Log to annotations:
bash_unit#L225
randomise ==> randomize
|
Convert Raw Log to annotations:
bash_unit#L277
Formating ==> Formatting
|
Convert Raw Log to annotations:
bash_unit#L424
randomise ==> randomize
|
Convert Raw Log to annotations:
bash_unit#L436
randomise ==> randomize
|
Convert Raw Log to annotations:
bash_unit#L36
local message=${1:-}
^------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly).
|
Convert Raw Log to annotations:
bash_unit#L37
local stdout=${2:-}
^-----------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly).
|
Convert Raw Log to annotations:
bash_unit#L38
local stderr=${3:-}
^-----------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly).
|
Convert Raw Log to annotations:
bash_unit#L40
notify_test_failed "$__bash_unit_current_test__" "$message"
^-- SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly).
^-------------------------^ SC2154 (warning): __bash_unit_current_test__ is referenced but not assigned.
|
Convert Raw Log to annotations:
bash_unit#L41
[[ ! -z $stdout ]] && [ -s "$stdout" ] && notify_stdout < "$stdout"
^-----------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly).
^-- SC2236 (style): Use -n instead of ! -z.
^---------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly).
^-----------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly).
|
Convert Raw Log to annotations:
bash_unit#L42
[[ ! -z $stderr ]] && [ -s "$stderr" ] && notify_stderr < "$stderr"
^-----------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly).
^-- SC2236 (style): Use -n instead of ! -z.
^---------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly).
^-----------------------^ SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly).
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache/save@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run actions/cache/save@v3
Cache save failed.
|
The logs for this run have expired and are no longer available.
Loading