Skip to content

Commit

Permalink
Add todo to fix linters
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Byrgazov <[email protected]>
  • Loading branch information
Vladislav Byrgazov committed Nov 18, 2024
1 parent 4fd4a00 commit b0fb97e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ linters-settings:
simple: true
range-loops: true
for-loops: false
# TODO - Fix gosec linter errors - https://github.com/networkservicemesh/sdk/issues/1690
gosec:
excludes:
- G115
Expand Down Expand Up @@ -255,7 +256,8 @@ issues:
- path: pkg/tools/opa/policies.go
linters:
- revive
# TODO - remove deprecated opentelemetry functions
# TODO - remove deprecated opentelemetry functions - https://github.com/networkservicemesh/sdk/issues/1691
- path: pkg/tools/tracing/grpcoptions.go
linters:
- staticcheck
text: "SA1019: otelgrpc.*"

0 comments on commit b0fb97e

Please sign in to comment.