Skip to content

Commit

Permalink
remove some excluded rules from golang config
Browse files Browse the repository at this point in the history
Signed-off-by: NikitaSkrynnik <nikita.skrynnik@xored.com>
  • Loading branch information
NikitaSkrynnik committed Dec 26, 2024
1 parent a6d7021 commit d9d37c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,3 @@ issues:
- path: pkg/tools/opa/policies.go
linters:
- revive
# TODO - remove deprecated opentelemetry functions - https://github.com/networkservicemesh/sdk/issues/1691
- path: pkg/tools/tracing/grpcoptions.go
linters:
- staticcheck
text: "SA1019: otelgrpc.*"
2 changes: 1 addition & 1 deletion pkg/tools/tracing/grpcoptions.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2020-2022 Cisco Systems, Inc.
// Copyright (c) 2020-2024 Cisco Systems, Inc.
//
// Copyright (c) 2021-2022 Doc.ai and/or its affiliates.

Check failure on line 3 in pkg/tools/tracing/grpcoptions.go

View workflow job for this annotation

GitHub Actions / golangci-lint / golangci-lint

Actual: Copyright (c) 2021-2022 Doc.ai and/or its affiliates.
//
Expand Down

0 comments on commit d9d37c0

Please sign in to comment.