Skip to content

Fix gometalinter config and lint issues #4

@ryan0x44

Description

@ryan0x44

Makefile incorrectly calls gometalinter; it should use ./... and --skip=vendor, not $$(go list ./... | grep -v /vendor/)

To fix, we'll most likely want to disable noisy linters and turn them back on one-by-one as we fix lint issues.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions