These are the currently available linter that are enabled in the current last golangci-lint
version available today (1.60.3)
See .golangci.yml
License: MIT
Source: @ccoVeille
These are the default ones:
Errcheck is a program for checking for unchecked errors in Go code.
Vet examines Go source code and reports suspicious constructs.
Detects when assignments to existing variables are not used.
It's a set of rules from staticcheck. See https://staticcheck.io/
Checks Go code for unused constants, variables, functions, and types.