save #92
Annotations
6 errors
|
lint
issues found
|
|
lint:
mdbx/txn_test.go#L1481
SA4003: no value of type uint32 is less than 0 (staticcheck)
|
|
lint:
mdbx/txn_test.go#L74
commentFormatting: put a space between `//` and comment text (gocritic)
|
|
lint:
mdbx/txn_test.go#L44
commentFormatting: put a space between `//` and comment text (gocritic)
|
|
lint:
mdbx/txn_test.go#L1570
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
|
lint:
mdbx/txn_test.go#L1537
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|