Created
July 1, 2018 13:17
-
-
Save jirfag/299539efa57689429f78318da5056348 to your computer and use it in GitHub Desktop.
Golangci-Lint self config's snippet
This file contains 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-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