Skip to content

Export Livelint functionality as a module #84

Description

@cldmstr

Following the idiomatic go project pattern of having a re-usable library wrapped by thin layers of executable, refactor the project so that the livelint functionality is the basic functionality of the project and there is a cmd/livelint where the main lives for the CLI.

Acceptance:

  • core livelint code that exposes the reusable functionality has been moved to the project root
  • CLI main is moved to a cmd directory
  • internal functionality is distributed by business functionality

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions