added the ability to generate a path based on the second FunctionId argument #7896
lint.yml
on: pull_request
golangci-lint
13s
golangci-lint-examples
15s
golangci-lint-slo
54s
autoformat check
42s
Annotations
5 errors
golangci-lint:
internal/cmd/gstack/astparser.go#L43
string `stack` has 2 occurrences, make it a constant (goconst)
|
golangci-lint:
internal/cmd/gstack/astparser.go#L88
`if ok` has complex nested blocks (complexity: 6) (nestif)
|
golangci-lint:
internal/cmd/gstack/astparser.go#L38
`if ok && function.Sel.Name == "FunctionID"` has complex nested blocks (complexity: 5) (nestif)
|
golangci-lint:
internal/cmd/gstack/astparser.go#L84
return with no blank line before (nlreturn)
|
golangci-lint
issues found
|