Add golangci-lint #2
Annotations
10 errors
Lint Go:
log/log.go#L141
append to slice `opentracingFields` with non-zero initialized length (makezero)
|
Lint Go:
log/log.go#L144
append to slice `opentracingFields` with non-zero initialized length (makezero)
|
Lint Go:
utils/fields.go#L35
G115: integer overflow conversion int64 -> uint32 (gosec)
|
Lint Go:
utils/fields.go#L37
G115: integer overflow conversion int64 -> uint64 (gosec)
|
Lint Go:
utils/fields.go#L41
G115: integer overflow conversion int64 -> int32 (gosec)
|
Lint Go:
utils/fields.go#L47
G115: integer overflow conversion int64 -> uint64 (gosec)
|
Lint Go:
utils/fields.go#L49
G115: integer overflow conversion int64 -> uint32 (gosec)
|
Lint Go:
utils/fields.go#L39
unnecessary conversion (unconvert)
|
Lint Go:
utils/fields.go#L45
type assertion must be checked (forcetypeassert)
|
Lint Go:
utils/fields.go#L53
type assertion must be checked (forcetypeassert)
|
Loading