Draft of ORT GPU build #11580
Annotations
2 warnings and 8 notices
Run linter:
onnxruntime.sh#L24
Declare and assign separately to avoid masking return values. [SC2155]
|
Run linter:
onnxruntime.sh#L81
Quote this to prevent word splitting. [SC2046]
|
Run linter:
onnxruntime.sh#L28
Use { ..; } instead of (..) to avoid subshell overhead. [SC2235]
|
Run linter:
onnxruntime.sh#L39
Use { ..; } instead of (..) to avoid subshell overhead. [SC2235]
|
Run linter:
onnxruntime.sh#L41
This default assignment may cause DoS due to globbing. Quote it. [SC2223]
|
Run linter:
onnxruntime.sh#L49
Use { ..; } instead of (..) to avoid subshell overhead. [SC2235]
|
Run linter:
onnxruntime.sh#L56
This default assignment may cause DoS due to globbing. Quote it. [SC2223]
|
Run linter:
onnxruntime.sh#L63
Use { ..; } instead of (..) to avoid subshell overhead. [SC2235]
|
Run linter:
onnxruntime.sh#L70
Use { ..; } instead of (..) to avoid subshell overhead. [SC2235]
|
Run linter:
onnxruntime.sh#L78
Double quote to prevent globbing and word splitting. [SC2086]
|
Loading