Skip to content

Consider replacing staticcheck, gosimple, unused with a faster equivalent megacheck. #103

@dmitshur

Description

@dmitshur

Currently, GopherCI runs three of @dominikh's tools individually:

image

There is megacheck, which combines all checks from those 3 tools into one tool, and produces results faster (since it doesn't have to perform type checking and discard results 3 times, only once).

Consider using it.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions