Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/.commonfiles.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
755837c901a3e1fc7314c59b4fee70343fd6ba86
736663db27bacfa0a2dad6ce2255d95d1ab972ab
5 changes: 4 additions & 1 deletion common/config/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ linters:
enable:
- errcheck
- exportloopref
- depguard
- gocritic
- gofumpt
- goimports
Expand Down Expand Up @@ -233,7 +234,9 @@ linters-settings:
# - unlabelStmt
# - unnamedResult
# - wrapperFunc

depguard:
packages-with-error-message:
- github.com/gogo/protobuf: "gogo/protobuf is deprecated, use golang/protobuf"
issues:
# List of regexps of issue texts to exclude, empty list by default.
# But independently from this option we use default exclude patterns,
Expand Down