Pattern: Unhandled error
Issue: -
This rule warns when errors returned by a function are not explicitly handled on the caller side.
Function names to ignore.
[unhandled-error]
arguments =["fmt.Printf", "myFunction"]
Pattern: Unhandled error
Issue: -
This rule warns when errors returned by a function are not explicitly handled on the caller side.
Function names to ignore.
[unhandled-error]
arguments =["fmt.Printf", "myFunction"]