Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

[flow] Reduce the number of ANYs #3156

Description

@jasonLaster

We've allowed the number of ANYs to grow fairly large and that reduces our coverage considerably.

There are some easy places to remove ANYs:

  1. replace ANY return types with void when we know it's the case
  2. add flow types that we already have. We now have lots of types we didn't have before...
  3. add some easy types :)

We currently have 281 any types in 10 files. You can get this count by searching for any in the project or : any

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Priority

    None yet

    Jira

    None yet

    Severity

    None yet

    Estimate

    None yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions