Skip to content

Commit

Permalink
ci: standard linter config
Browse files Browse the repository at this point in the history
Signed-off-by: Long <[email protected]>
  • Loading branch information
daixiang0 committed Aug 27, 2021
1 parent fe02831 commit 8cc297c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ linters-settings:
- github.com/Sirupsen/logrus
packages-with-error-messages:
# specify an error message to output when a blacklisted package is used
github.com/Sirupsen/logrus: "must use github.com/sirupsen/logrus"
github.com/Sirupsen/logrus: "must use github.com/dapr/kit/logger"
misspell:
# Correct spellings using locale preferences for US or UK.
# Default is to use a neutral variety of English.
Expand Down

0 comments on commit 8cc297c

Please sign in to comment.