Skip to content

Determine which golangci-lint linters should be enabled/disabled #3

@trym-b

Description

@trym-b

The current sub-linters are now enabled (or soon to be):

The default enabled sub-linters as of version v1.53.3:

  • errcheck
  • gosimple
  • govet
  • ineffassign
  • staticcheck
  • typecheck
  • unused

The default disabled sub-linters as of version v1.53.3:

  • gofmt, to ensure all code has been formatted properly

There still remains a large list of sub-linters that we have not taken a stand on, which can be found here: https://golangci-lint.run/usage/linters/

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