Skip to content
This repository was archived by the owner on Feb 20, 2020. It is now read-only.
This repository was archived by the owner on Feb 20, 2020. It is now read-only.

use golangci-lint in build.sh for multi-linting #199

@milescrabill

Description

@milescrabill

golangci-lint includes a bunch of linters including the ones that we specifically use in build.sh. It also has editor plugin support.

Out of the box it includes these lint checks that we already use:

  • go vet
  • golint (not enabled by default)
  • ineffassign

Out of the box (with golint enabled), on master, there are some good actionable fixes caught by gosimple, typecheck, and errcheck.

Is this worth switching to in build.sh?

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