Created
May 10, 2023 05:12
-
-
Save alexshd/a6d3d545ad35af5ab56ade39a09c8006 to your computer and use it in GitHub Desktop.
golangci-lint config for my projects ( VSCode config has --fix --fast)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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