Skip to content

Commit

Permalink
Merge pull request #1809 from katiewasnothere/kabaldau/ncproxy_v0_dep…
Browse files Browse the repository at this point in the history
…recated_tag

Add deprecated option to all types and fields for ncproxy v0 apis
  • Loading branch information
katiewasnothere authored Jun 12, 2023
2 parents 4daa334 + 46d8160 commit c197eb5
Show file tree
Hide file tree
Showing 5 changed files with 384 additions and 290 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)"
Loading

0 comments on commit c197eb5

Please sign in to comment.