Skip to content

[bug] doesn't works at all #1

@arxdeus

Description

@arxdeus

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:
  ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions