Annotations
10 errors and 2 warnings
golangci-lint:
column/value_utils.go#L10
Function 'getInt8Value' has too many statements (67 > 60) (funlen)
|
golangci-lint:
column/value_utils.go#L110
Function 'getInt16Value' has too many statements (63 > 60) (funlen)
|
golangci-lint:
column/value_utils.go#L432
Function 'getUint8Value' has too many statements (67 > 60) (funlen)
|
golangci-lint:
column/value_utils.go#L532
Function 'getUint16Value' has too many statements (65 > 60) (funlen)
|
golangci-lint:
column/value_utils.go#L628
Function 'getUint32Value' has too many statements (63 > 60) (funlen)
|
golangci-lint:
column/value_utils.go#L807
Function 'getUintValue' has too many statements (61 > 60) (funlen)
|
golangci-lint:
column/base.go#L104
caseOrder: case bool must go before the T case (gocritic)
|
golangci-lint:
column/base_nullable.go#L143
caseOrder: case bool must go before the T case (gocritic)
|
golangci-lint:
column/lc.go#L116
caseOrder: case bool must go before the T case (gocritic)
|
golangci-lint:
column/lc_nullable.go#L122
caseOrder: case *T must go before the T case (gocritic)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Set up Go
Restore cache failed: Dependencies file is not found in /home/runner/work/chconn/chconn. Supported file pattern: go.sum
|
Loading