Skip to content

Avoid/optimize packages.Load #36

@fe3dback

Description

@fe3dback

For parsing AST, we use lib called "packages", is go stdlib from x
Currently this lib requre all go installation in host, so it platform dependant thing.
And most horrible, we need to include all GO setup inside docker release images.

In this ticket, we need at least remove all not needed files from go18-buster image and reduce linter size
and at most, replace packages.Load for something else.

read more:

Metadata

Metadata

Assignees

No one assigned

    Labels

    linter-SDKLinter internal logicprioritytop priority issues

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions