Skip to content

Latest commit

 

History

History

01-defaults

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Default settings

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

License: MIT

Source: @ccoVeille

Enabled linters

These are the default ones:

errcheck

Errcheck is a program for checking for unchecked errors in Go code.

govet

Vet examines Go source code and reports suspicious constructs.

ineffassign

Detects when assignments to existing variables are not used.

staticcheck

It's a set of rules from staticcheck. See https://staticcheck.io/

unused

Checks Go code for unused constants, variables, functions, and types.