Bump golang.org/x/tools from 0.27.0 to 0.29.0 (#181) #351
Annotations
10 errors and 1 warning
golangci-lint:
type.go#L66
G115: integer overflow conversion int16 -> int8 (gosec)
|
golangci-lint:
type.go#L116
G115: integer overflow conversion int32 -> uint16 (gosec)
|
golangci-lint:
type.go#L126
G115: integer overflow conversion int64 -> uint32 (gosec)
|
golangci-lint:
type.go#L136
G115: integer overflow conversion int64 -> uint64 (gosec)
|
golangci-lint:
find_test.go#L520
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
golangci-lint:
insert_test.go#L148
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
golangci-lint:
delete_test.go#L164
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
golangci-lint:
clause_test.go#L650
field `errs` is unused (unused)
|
golangci-lint:
function.go#L11
File is not properly formatted (gofmt)
|
golangci-lint:
clause_exporter_test.go#L1
package should be `genorm_test` instead of `genorm` (testpackage)
|
golangci-lint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
|
Loading