scout-soroban icon indicating copy to clipboard operation
scout-soroban copied to clipboard

Improve `avoid_panic_error` detector

Open jgcrosta opened this issue 6 months ago • 0 comments

Description

The detector should only be triggered when the panic!(..) is used in a function whose return type is a Result<(), ()>

Acceptance Criteria

Add test-cases to reflect this improvement

jgcrosta avatar Aug 20 '24 15:08 jgcrosta