Allow creating global loggers. (#317)

This commit is contained in:
Jeremy Edwards
2019-04-29 16:15:14 -07:00
committed by GitHub
parent 6a9572c416
commit b9af86b829

View File

@ -217,6 +217,9 @@ issues:
- text: "tag."
linters:
- gochecknoglobals
- text: "logrus."
linters:
- gochecknoglobals
# Exclude known linters from partially hard-vendored code,
# which is impossible to exclude via "nolint" comments.