Utils: fix serialization cases in MapToString util #187
lint.yaml
on: pull_request
codespell
9s
misspell
14s
golangci-lint
1m 12s
govulncheck
27s
Annotations
7 errors
codespell:
internal/utils/core.go#L95
seperator ==> separator
|
codespell:
internal/utils/core.go#L96
seperator ==> separator
|
misspell:
internal/utils/core.go#L95
[misspell] reported by reviewdog 🐶
"seperator" is a misspelling of "separator"
Raw Output:
./internal/utils/core.go:95:12: "seperator" is a misspelling of "separator"
|
misspell:
internal/utils/core.go#L96
[misspell] reported by reviewdog 🐶
"seperator" is a misspelling of "separator"
Raw Output:
./internal/utils/core.go:96:8: "seperator" is a misspelling of "separator"
|
golangci-lint:
internal/utils/core.go#L95
`seperator` is a misspelling of `separator` (misspell)
|
golangci-lint:
internal/utils/core.go#L96
`seperator` is a misspelling of `separator` (misspell)
|
golangci-lint
issues found
|