Skip to content

Commit

Permalink
Add linter exclusion for test networkagent
Browse files Browse the repository at this point in the history
Signed-off-by: Kathryn Baldauf <kabaldau@microsoft.com>
(cherry picked from commit bed7a8b)
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
  • Loading branch information
katiewasnothere authored and kiashok committed Oct 13, 2023
1 parent 23693bc commit fabb1a3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,9 @@ issues:
- path: cmd\\ncproxy\\
linters:
- staticcheck
text: "^SA1019: (ncproxygrpcv0|nodenetsvcV0)"
text: "^SA1019: .*(ncproxygrpc|nodenetsvc)[/]?v0"

- path: internal\\tools\\networkagent
linters:
- staticcheck
text: "^SA1019: .*nodenetsvc[/]?v0"

0 comments on commit fabb1a3

Please sign in to comment.