Skip to content

Instantly share code, notes, and snippets.

@akm
Created January 18, 2023 23:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akm/58e83afe9454ed8ad026a354840aa916 to your computer and use it in GitHub Desktop.
Save akm/58e83afe9454ed8ad026a354840aa916 to your computer and use it in GitHub Desktop.
My first golangci-lint
# https://golangci-lint.run/usage/configuration/
run:
timeout: 5m
linters-settings:
govet:
settings:
unusedresult:
funcs:
- github.com/akm/repo1/path/to/package1.Function1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment