fix leaks in SendWithCallbacks function #642
Annotations
8 errors
lint:
driver/generic/sendwithcallbacks.go#L185
return with no blank line before (nlreturn)
|
lint:
driver/generic/sendwithcallbacks.go#L200
return with no blank line before (nlreturn)
|
lint:
driver/generic/sendwithcallbacks.go#L212
return with no blank line before (nlreturn)
|
lint:
driver/generic/sendwithcallbacks.go#L185
return statements should not be cuddled if block has more than two lines (wsl)
|
lint:
driver/generic/sendwithcallbacks.go#L200
return statements should not be cuddled if block has more than two lines (wsl)
|
lint:
driver/generic/sendwithcallbacks.go#L175
for statement without condition should never be cuddled (wsl)
|
lint:
driver/generic/sendwithcallbacks.go#L212
return statements should not be cuddled if block has more than two lines (wsl)
|
lint
issues found
|
Loading