Skip to content
Merged
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
5 changes: 5 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ linters:
- "-QF1008" # Omit embedded fields from selector expression.
exclusions:
generated: lax
rules:
# The SDK must keep reading protobuf fields HAPI marks deprecated.
- linters:
- staticcheck
text: "SA1019: .*is deprecated: Marked as deprecated in .*\\.proto"
presets:
- comments
- common-false-positives
Expand Down
Loading