Skip to content

Commit

Permalink
Add new entries in golangci.yml to prevent linter errors from depreca…
Browse files Browse the repository at this point in the history
…ted ncproxy api use

Signed-off-by: Kathryn Baldauf <kabaldau@microsoft.com>
(cherry picked from commit 46d8160)
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
  • Loading branch information
katiewasnothere authored and kiashok committed Oct 13, 2023
1 parent 4f1c7ff commit bc73897
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,9 @@ issues:
linters:
- stylecheck
Text: "ST1003:"

# v0 APIs are deprecated, but still retained for backwards compatability
- path: cmd\\ncproxy\\
linters:
- staticcheck
text: "^SA1019: (ncproxygrpcv0|nodenetsvcV0)"

0 comments on commit bc73897

Please sign in to comment.