Support Actions concurrency
syntax
#29388
Annotations
5 errors
Run make lint-go
Process completed with exit code 2.
|
Run make lint-go:
tests/integration/actions_concurrency_test.go#L808
string-format: fmt.Sprintf can be replaced with string concatenation (perfsprint)
|
Run make lint-go:
models/actions/run_job.go#L295
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
|
Run make lint-go:
models/actions/run_job.go#L264
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
|
Run make lint-go:
models/actions/run.go#L231
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
|
Loading