codefactor.io / CodeFactor
failed
Apr 9, 2024 in 0s
2 issues found.
Annotations
Check notice on line 14 in scripts/generate-grpc
codefactor-io / CodeFactor
scripts/generate-grpc#L14
Check exit code directly with e.g. 'if mycmd;', not indirectly with $?. (SC2181)
Check notice on line 13 in scripts/generate-grpc
codefactor-io / CodeFactor
scripts/generate-grpc#L13
Use $(...) notation instead of legacy backticks `...`. (SC2006)
Loading