Avoid using go:linkname #865
Annotations
10 errors and 3 warnings
lint:
app/server/conversion/itoa.go#L93
unnecessary trailing newline (whitespace)
|
lint:
app/server/conversion/itoa.go#L94
block should not end with a whitespace (or comment) (wsl)
|
lint:
app/server/conversion/itoa.go#L73
block should not end with a whitespace (or comment) (wsl)
|
lint:
app/server/conversion/itoa.go#L57
only one cuddle assignment allowed before for statement (wsl)
|
lint:
app/server/conversion/itoa.go#L68
assignments should only be cuddled with other assignments (wsl)
|
lint:
app/server/conversion/itoa.go#L88
assignments should only be cuddled with other assignments (wsl)
|
lint:
app/server/conversion/itoa.go#L91
assignments should only be cuddled with other assignments (wsl)
|
lint:
app/server/conversion/itoa.go#L89
only one cuddle assignment allowed before if statement (wsl)
|
lint:
app/server/conversion/itoa.go#L135
return statements should not be cuddled if block has more than two lines (wsl)
|
lint:
app/server/conversion/itoa.go#L132
naked return in func `formatBits` with 107 lines of code (nakedret)
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint:
app/server/conversion/itoa.go#L45
empty-lines: extra empty line at the end of a block (revive)
|
lint:
app/server/conversion/itoa.go#L29
var-naming: don't use underscores in Go names; func parameter append_ should be append (revive)
|