Fix self-test command #61
Annotations
1 error and 10 warnings
|
keencli#L2
[bashly] reported by reviewdog 🐶
Raw Output:
keencli:2:-# This script was generated by bashly 1.1.0 (https://bashly.dannyb.co)
keencli:2:+# This script was generated by bashly 1.1.2 (https://bashly.dannyb.co)
|
keencli#L752
[bashly] reported by reviewdog 🐶
Raw Output:
keencli:752:- head -n 1 |
keencli:752:+ tail -n +1 |
keencli:753:+ head -1 |
|
keencli#L890
[bashly] reported by reviewdog 🐶
Raw Output:
keencli:890:-# shellcheck shell=bash
keencli:891:-
|
keencli#L1041
[bashly] reported by reviewdog 🐶
Raw Output:
keencli:1041:- url_path="/ci/log.txt"
keencli:1040:+ url_path="/ci/self-test.txt"
|
keencli#L1308
[bashly] reported by reviewdog 🐶
Raw Output:
keencli:1308:- if [[ ${args['--format']} ]] && [[ ! ${args['--format']} =~ ^(json|yaml|xml|props)$ ]]; then
keencli:1307:+ if [[ ${args['--format']:-} ]] && [[ ! ${args['--format']:-} =~ ^(json|yaml|xml|props)$ ]]; then
|
keencli#L1510
[bashly] reported by reviewdog 🐶
Raw Output:
keencli:1510:- if [[ -n ${args['subcommand']} ]] && [[ ! ${args['subcommand']} =~ ^(caption|country|cpustat|debug|mode|zram)$ ]]; then
keencli:1509:+ if [[ -n ${args['subcommand']:-} ]] && [[ ! ${args['subcommand']:-} =~ ^(caption|country|cpustat|debug|mode|zram)$ ]]; then
|
keencli#L1514
[bashly] reported by reviewdog 🐶
Raw Output:
keencli:1514:- if [[ ${args['--format']} ]] && [[ ! ${args['--format']} =~ ^(json|yaml|xml|props)$ ]]; then
keencli:1513:+ if [[ ${args['--format']:-} ]] && [[ ! ${args['--format']:-} =~ ^(json|yaml|xml|props)$ ]]; then
|
keencli#L1632
[bashly] reported by reviewdog 🐶
Raw Output:
keencli:1632:- if [[ -n ${args['subcommand']} ]] && [[ ! ${args['subcommand']} =~ ^(stat)$ ]]; then
keencli:1631:+ if [[ -n ${args['subcommand']:-} ]] && [[ ! ${args['subcommand']:-} =~ ^(stat)$ ]]; then
|
keencli#L1636
[bashly] reported by reviewdog 🐶
Raw Output:
keencli:1636:- if [[ ${args['--format']} ]] && [[ ! ${args['--format']} =~ ^(json|yaml|xml|props)$ ]]; then
keencli:1635:+ if [[ ${args['--format']:-} ]] && [[ ! ${args['--format']:-} =~ ^(json|yaml|xml|props)$ ]]; then
|
keencli#L1817
[bashly] reported by reviewdog 🐶
Raw Output:
keencli:1817:- if [[ ${args['--format']} ]] && [[ ! ${args['--format']} =~ ^(json|yaml|xml|props)$ ]]; then
keencli:1816:+ if [[ ${args['--format']:-} ]] && [[ ! ${args['--format']:-} =~ ^(json|yaml|xml|props)$ ]]; then
|
The logs for this run have expired and are no longer available.
Loading