Fix CI failures: golangci-lint config, test port conflicts, and flaky backtracking test - #27
Open
Bowenislandsong with Copilot wants to merge 9 commits into
Open
Fix CI failures: golangci-lint config, test port conflicts, and flaky backtracking test#27Bowenislandsong with Copilot wants to merge 9 commits into
Bowenislandsong with Copilot wants to merge 9 commits into
Annotations
10 errors
|
pkg/lib/genSync/types.go#L6
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
|
|
pkg/lib/genSync/types.go#L5
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
|
|
pkg/lib/genSync/connection.go#L236
var-naming: method GetIp should be GetIP (revive)
|
|
pkg/lib/genSync/connection.go#L47
var-naming: func NewTcpConnection should be NewTCPConnection (revive)
|
|
pkg/lib/genSync/types.go#L4
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
|
|
pkg/lib/genSync/conversion.go#L21
unexported-return: exported func ToBigInt returns unexported type *genSync.bigint, which can be annoying to use (revive)
|
|
pkg/lib/genSync/conversion.go#L1
var-naming: don't use MixedCaps in package name; genSync should be gensync (revive)
|
|
pkg/lib/genSync/connection_test.go#L1
var-naming: don't use MixedCaps in package name; genSync should be gensync (revive)
|
|
pkg/lib/genSync/conversion_test.go#L1
var-naming: don't use MixedCaps in package name; genSync should be gensync (revive)
|
|
cmd/main.go#L61
fieldalignment: struct with 32 pointer bytes could be 24 (govet)
|
The logs for this run have expired and are no longer available.
Loading