Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Select log file in convert-exported-logs #169

Merged
merged 1 commit into from
Oct 8, 2024

Select log file in convert-exported-logs

6c89593
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Select log file in convert-exported-logs #169

Select log file in convert-exported-logs
6c89593
Select commit
Loading
Failed to load commit list.
GitHub Actions / shellcheck succeeded Aug 14, 2024 in 0s

reviewdog [shellcheck] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (22)

scripts/build.sh|8 col 3| Invalid flags are not handled. Add a *) case.
scripts/build.sh|13 col 10| Double quote to prevent globbing and word splitting.
scripts/build.sh|15 col 16| Double quote to prevent globbing and word splitting.
scripts/build.sh|22 col 23| Double quote to prevent globbing and word splitting.
scripts/site_diff.sh|11 col 3| Invalid flags are not handled. Add a *) case.
scripts/site_diff.sh|40 col 10| Double quote to prevent globbing and word splitting.
scripts/site_diff.sh|54 col 99| Double quote to prevent globbing and word splitting.
scripts/site_diff.sh|54 col 112| Double quote to prevent globbing and word splitting.
scripts/site_diff.sh|54 col 154| Double quote to prevent globbing and word splitting.
scripts/site_diff.sh|56 col 25| Double quote to prevent globbing and word splitting.
scripts/site_diff.sh|56 col 35| Double quote to prevent globbing and word splitting.
scripts/site_diff.sh|56 col 69| Double quote to prevent globbing and word splitting.
scripts/site_diff.sh|75 col 19| Prefer [ p ] || [ q ] as [ p -o q ] is not well defined.
scripts/site_diff.sh|75 col 30| Double quote to prevent globbing and word splitting.
scripts/site_diff.sh|80 col 8| Double quote to prevent globbing and word splitting.
scripts/site_diff.sh|86 col 23| Double quote to prevent globbing and word splitting.
scripts/site_diff.sh|88 col 17| Double quote to prevent globbing and word splitting.
scripts/site_diff.sh|91 col 23| Double quote to prevent globbing and word splitting.
scripts/site_diff.sh|92 col 8| Double quote to prevent globbing and word splitting.
scripts/site_diff.sh|100 col 6| Avoid x-prefix in comparisons as it no longer serves a purpose.
scripts/site_diff.sh|102 col 29| Double quote to prevent globbing and word splitting.
scripts/site_diff.sh|104 col 29| Double quote to prevent globbing and word splitting.