Skip to content

Feature/dev

Feature/dev #1045

Triggered via pull request August 14, 2023 07:12
Status Failure
Total duration 4m 11s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
lint: x/lend/migrations/v2/types/lend.pb.go#L4
File is not `gofumpt`-ed (gofumpt)
lint: x/lend/migrations/v2/types/lend.pb.go#L10
File is not `gofumpt`-ed (gofumpt)
lint: x/lend/migrations/v2/types/lend.pb.go#L16
File is not `gofumpt`-ed (gofumpt)
lint: x/lend/migrations/v2/types/lend.pb.go#L491
unnecessary conversion (unconvert)
lint: x/lend/migrations/v2/types/lend.pb.go#L497
unnecessary conversion (unconvert)
lint: x/lend/migrations/v2/types/lend.pb.go#L542
unnecessary conversion (unconvert)
lint: x/liquidity/amm/orderbook.go#L194
(*orderBookTicks).highestPrice - result 1 (int) is never used (unparam)
lint: x/liquidity/amm/orderbook.go#L204
(*orderBookTicks).lowestPrice - result 1 (int) is never used (unparam)
lint: x/lend/migrations/v2/types/lend.pb.go#L550
func `sozTemp` is unused (unused)
lint: x/liquidationsV2/client/cli/tx.go#L26
const `flagPacketTimeoutTimestamp` is unused (unused)
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/comdex/comdex. Supported file pattern: go.sum
lint: x/lend/migrations/v2/types/lend.pb.go#L5
blank-imports: a blank import should be only in a main or test package, or have a comment justifying it (revive)
lint: x/lend/migrations/v2/types/lend.pb.go#L7
blank-imports: a blank import should be only in a main or test package, or have a comment justifying it (revive)
lint: x/lend/migrations/v2/types/lend.pb.go#L9
blank-imports: a blank import should be only in a main or test package, or have a comment justifying it (revive)
lint: x/lend/migrations/v2/types/lend.pb.go#L26
var-naming: don't use underscores in Go names; type Extended_Pair_Old should be ExtendedPairOld (revive)
lint: x/lend/migrations/v2/types/lend.pb.go#L27
var-naming: struct field Id should be ID (revive)
lint: x/lend/migrations/v2/types/lend.pb.go#L41
var-naming: don't use underscores in Go names; method XXX_Unmarshal should be XXXUnmarshal (revive)
lint: x/lend/migrations/v2/types/lend.pb.go#L44
var-naming: don't use underscores in Go names; method XXX_Marshal should be XXXMarshal (revive)
lint: x/lend/migrations/v2/types/lend.pb.go#L56
var-naming: don't use underscores in Go names; method XXX_Merge should be XXXMerge (revive)
lint: x/lend/migrations/v2/types/lend.pb.go#L59
var-naming: don't use underscores in Go names; method XXX_Size should be XXXSize (revive)
lint: x/lend/migrations/v2/types/lend.pb.go#L62
var-naming: don't use underscores in Go names; method XXX_DiscardUnknown should be XXXDiscardUnknown (revive)