Enable mail MTA/SMTP configuration using MicroProfile Config #9939
Annotations
5 errors and 10 warnings
shellcheck
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
shellcheck:
scripts/installer/as-setup.sh#L108
[shellcheck] reported by reviewdog 🐶
Use $(...) notation instead of legacy backticks `...`. [SC2006](https://github.com/koalaman/shellcheck/wiki/SC2006)
Raw Output:
./scripts/installer/as-setup.sh:108:19:style:Use $(...) notation instead of legacy backticks `...`. [SC2006](https://github.com/koalaman/shellcheck/wiki/SC2006)
|
shellcheck:
scripts/installer/as-setup.sh#L108
[shellcheck] reported by reviewdog 🐶
See if you can use ${variable//search/replace} instead. [SC2001](https://github.com/koalaman/shellcheck/wiki/SC2001)
Raw Output:
./scripts/installer/as-setup.sh:108:20:style:See if you can use ${variable//search/replace} instead. [SC2001](https://github.com/koalaman/shellcheck/wiki/SC2001)
|
shellcheck:
scripts/installer/as-setup.sh#L297
[shellcheck] reported by reviewdog 🐶
See if you can use ${#variable} instead. [SC2000](https://github.com/koalaman/shellcheck/wiki/SC2000)
Raw Output:
./scripts/installer/as-setup.sh:297:9:style:See if you can use ${#variable} instead. [SC2000](https://github.com/koalaman/shellcheck/wiki/SC2000)
|
shellcheck
Process completed with exit code 1.
|
shellcheck:
scripts/installer/as-setup.sh#L55
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./scripts/installer/as-setup.sh:55:13:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
shellcheck:
scripts/installer/as-setup.sh#L68
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./scripts/installer/as-setup.sh:68:13:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
shellcheck:
scripts/installer/as-setup.sh#L69
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./scripts/installer/as-setup.sh:69:13:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
shellcheck:
scripts/installer/as-setup.sh#L70
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./scripts/installer/as-setup.sh:70:13:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
shellcheck:
scripts/installer/as-setup.sh#L71
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./scripts/installer/as-setup.sh:71:13:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
shellcheck:
scripts/installer/as-setup.sh#L72
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./scripts/installer/as-setup.sh:72:13:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
shellcheck:
scripts/installer/as-setup.sh#L73
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./scripts/installer/as-setup.sh:73:13:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
shellcheck:
scripts/installer/as-setup.sh#L78
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./scripts/installer/as-setup.sh:78:14:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
shellcheck:
scripts/installer/as-setup.sh#L79
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./scripts/installer/as-setup.sh:79:47:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
shellcheck:
scripts/installer/as-setup.sh#L80
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./scripts/installer/as-setup.sh:80:17:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
Loading