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 <[email protected]>
  • Loading branch information
katiewasnothere committed Jun 12, 2023
1 parent 10a4309 commit 46d8160
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 46d8160

Please sign in to comment.