ci: change golangci configuration #649
Annotations
10 errors and 1 warning
Run golangci-lint:
src/kurtosis/progress_reporters/progress_reporters.go#L64
cognitive complexity 59 of func `ReportProgress` is high (> 20) (gocognit)
|
Run golangci-lint:
src/cmds/start.go#L204
cognitive complexity 43 of func `uploadStaticFiles` is high (> 20) (gocognit)
|
Run golangci-lint:
src/cmds/start.go#L248
G107: Potential HTTP request made with variable url (gosec)
|
Run golangci-lint:
src/config/config_test.go#L33
unnecessary conversion (unconvert)
|
Run golangci-lint:
src/kurtosis/progress_reporters/progress_bar.go#L35
unnecessary conversion (unconvert)
|
Run golangci-lint:
src/kurtosis/progress_reporters/progress_bar.go#L48
unnecessary conversion (unconvert)
|
Run golangci-lint:
src/cmds/get_address.go#L63
unnecessary conversion (unconvert)
|
Run golangci-lint:
src/cmds/get_address.go#L93
unnecessary conversion (unconvert)
|
Run golangci-lint:
src/cmds/stop.go#L22
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
Run golangci-lint:
src/kurtosis/progress_reporters/progress_reporters.go#L107
missing cases in switch of type progress_reporters.State: progress_reporters.Interpretation (exhaustive)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading