hi, idea is great but it's doesnt works at my project
example:
@Throws([FormatException])
void fetchData() {}
// There's should be a LINT, but didn't appears
void main() {
fetchData();
}
analysis_options.yaml
plugins:
...
throwable_lints:
git:
url: https://github.com/kevin-sakemaer/throwable.git
path: packages/throwable_lints
diagnostics:
unhandled_exception_call: true # warning/error
unhandled_throw_in_body: true # warning/error
analyzer:
...
hi, idea is great but it's doesnt works at my project
example:
analysis_options.yaml