We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Fix linting violations identified by golangci-lint, such as:
controllers/policy/network_policy.go:96:27: Error return value of `utils.ApplyOrUpdatePolicy` is not checked (errcheck) utils.ApplyOrUpdatePolicy(ctx, c, policy, policy.Name) ^ controllers/policy/network_policy.go:87:6: func `createCiliumNetworkPolicy` is unused (unused) func createCiliumNetworkPolicy(ctx context.Context, intent *intentv1.SecurityIntent) *ciliumv2.CiliumNetworkPolicy { ^ controllers/policy/network_policy.go:91:6: func `createKubeArmorNetworkPolicy` is unused (unused) func createKubeArmorNetworkPolicy(ctx context.Context, intent *intentv1.SecurityIntent) *kubearmorpolicyv1.KubeArmorPolicy { ^ controllers/policy/network_policy.go:95:6: func `applyCiliumNetworkPolicy` is unused (unused) func applyCiliumNetworkPolicy(ctx context.Context, c client.Client, policy *ciliumv2.CiliumNetworkPolicy) {
The text was updated successfully, but these errors were encountered:
anurag-rajawat
Successfully merging a pull request may close this issue.
Fix linting violations identified by golangci-lint, such as:
The text was updated successfully, but these errors were encountered: