chore(*): add gosec #206
Annotations
6 errors
Run Unit Tests:
types/btccache.go#L61
invalid operation: b.size() > b.maxEntries (mismatched types int and uint32)
|
Run Unit Tests:
types/btccache.go#L64
invalid operation: b.size() == b.maxEntries (mismatched types int and uint32)
|
Run Unit Tests:
types/btccache.go#L194
invalid operation: leftBound <= rightBound (mismatched types uint32 and int)
|
Run Unit Tests:
types/btccache.go#L195
invalid operation: rightBound - leftBound (mismatched types int and uint32)
|
Run Unit Tests:
types/btccache.go#L228
invalid operation: b.size() < b.maxEntries (mismatched types int and uint32)
|
Run Unit Tests
Process completed with exit code 2.
|
Loading