Skip to content

Merge pull request #72 from liemle3893/master #104

Merge pull request #72 from liemle3893/master

Merge pull request #72 from liemle3893/master #104

Triggered via push September 11, 2025 08:04
Status Failure
Total duration 40s
Artifacts

go-lint.yml

on: push
Run golangci-lint
36s
Run golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Run golangci-lint
issues found
Run golangci-lint: cmd/mcptools/commands/utils.go#L49
empty-block: this block is empty, you can remove it (revive)
Run golangci-lint: cmd/mcptools/commands/test_helpers.go#L58
var-naming: method GetSessionId should be GetSessionID (revive)
Run golangci-lint: cmd/mcptools/transport_test.go#L60
File is not properly formatted (gofmt)
Run golangci-lint: cmd/mcptools/commands/utils.go#L36
File is not properly formatted (gofmt)
Run golangci-lint: cmd/mcptools/commands/root.go#L12
File is not properly formatted (gofmt)
Run golangci-lint: cmd/mcptools/commands/call.go#L15
cyclomatic complexity 36 of func `CallCmd` is high (> 30) (gocyclo)
Run golangci-lint: cmd/mcptools/commands/new.go#L130
ifElseChain: rewrite if-else to switch statement (gocritic)