Skip to content

Instantly share code, notes, and snippets.

@alexshd
Created May 10, 2023 05:12
Show Gist options
  • Save alexshd/a6d3d545ad35af5ab56ade39a09c8006 to your computer and use it in GitHub Desktop.
Save alexshd/a6d3d545ad35af5ab56ade39a09c8006 to your computer and use it in GitHub Desktop.
golangci-lint config for my projects ( VSCode config has --fix --fast)
linters:
enable-all: true
disable:
- forbidigo
- varnamelen
- errcheck
- golint
- exhaustivestruct
- ifshort
- deadcode
- scopelint
- structcheck
- maligned
- varcheck
- interfacer
- nosnakecase
- rowserrcheck
- sqlclosecheck
- wastedassign
- exhaustruct
- gochecknoinits
- gochecknoglobals
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment