Skip to content

Instantly share code, notes, and snippets.

@akhenakh
Created May 10, 2020 01:17
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 akhenakh/0ecfd42210900b8eeb6980d46eb4aa79 to your computer and use it in GitHub Desktop.
Save akhenakh/0ecfd42210900b8eeb6980d46eb4aa79 to your computer and use it in GitHub Desktop.
Golangci-lint with Gokit logger and errcheck enabled
// do not report logger gokit
(github.com/go-kit/kit/log.Logger).Log
linters-settings:
errcheck:
exclude: .errcheck_excludes.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment