Skip to content

Instantly share code, notes, and snippets.

@jirfag
Created July 1, 2018 13:17
Show Gist options
  • Save jirfag/299539efa57689429f78318da5056348 to your computer and use it in GitHub Desktop.
Save jirfag/299539efa57689429f78318da5056348 to your computer and use it in GitHub Desktop.
Golangci-Lint self config's snippet
linters-settings:
depguard:
list-type: blacklist
packages:
# logging is allowed only by logutils.Log, logrus
# is allowed to use only in logutils package
- github.com/sirupsen/logrus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment