Skip to content

Reconsider enabled linters #1002

Closed
Closed
@rfratto

Description

@rfratto

We enable the following linters:

- deadcode
- errcheck
- goconst
- gofmt
- goimports
- golint
- gosimple
- ineffassign
- megacheck
- misspell
- structcheck
- unconvert
- unparam
- varcheck
- govet
- unused # new from here.
- interfacer
- typecheck

At least interfacer and megacheck are deprecated and should likely be removed. interfacer in particular has questionable usability and can be prone to false-positives.

The list of enabled linters should be fully re-considered and whittled down to a more appropriate list.

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueThese are great first issues. If you are looking for a place to start, start here!help wantedWe would love help on these issues. Please come help us!staleA stale issue or PR that will automatically be closed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions