V0.6 | AWS & File functions #24
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
reviewdog.yml
on: pull_request
runner / shellcheck
8s
Annotations
2 errors and 4 warnings
runner / shellcheck:
aws-functions.sh#L1
[shellcheck] reported by reviewdog 🐶
Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive. [SC2148](https://github.com/koalaman/shellcheck/wiki/SC2148)
Raw Output:
./aws-functions.sh:1:1:error:Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive. [SC2148](https://github.com/koalaman/shellcheck/wiki/SC2148)
|
runner / shellcheck:
str-functions.sh#L1
[shellcheck] reported by reviewdog 🐶
Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive. [SC2148](https://github.com/koalaman/shellcheck/wiki/SC2148)
Raw Output:
./str-functions.sh:1:1:error:Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive. [SC2148](https://github.com/koalaman/shellcheck/wiki/SC2148)
|
runner / shellcheck:
aws-functions.sh#L4
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./aws-functions.sh:4:52:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
runner / shellcheck:
aws-functions.sh#L21
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./aws-functions.sh:21:15:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
runner / shellcheck:
aws-functions.sh#L21
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./aws-functions.sh:21:35:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
runner / shellcheck:
aws-functions.sh#L21
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./aws-functions.sh:21:48:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|