Skip to content

Disable golangci-lint staticcheck SA1019 #509

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 17, 2025
Merged

Conversation

bszirtes
Copy link
Contributor

Issue

networkservicemesh/deployments-k8s#13105

Description

This PR disables the SA1019 rule from staticcheck in golangci-lint, which reports false-positive deprecation warnings. The warning refers to an unresolved deprecation in grpc-go, where no valid replacement (e.g., NewClient) currently exists.

@bszirtes bszirtes requested a review from ljkiraly April 17, 2025 12:27
@ljkiraly ljkiraly merged commit da1a1a5 into main Apr 17, 2025
13 checks passed
nsmbot pushed a commit to networkservicemesh/deployments-k8s that referenced this pull request Apr 17, 2025
…d-registry-k8s@main

PR link: networkservicemesh/cmd-registry-k8s#509

Commit: da1a1a5
Author: Laszlo Kiraly
Date: 2025-04-17 16:34:53 +0200
Message:
  - Merge pull request #509 from networkservicemesh/disable-staticcheck-sa1019
Signed-off-by: NSMBot <[email protected]>
@ljkiraly ljkiraly deleted the disable-staticcheck-sa1019 branch April 17, 2025 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants