Skip to content

Commit

Permalink
add agent/grpc-internal to the list of SA1019 ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Apr 10, 2024
1 parent dcd577e commit 1247fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ issues:
# Allow usage of deprecated values.
- linters: [ staticcheck ]
text: 'SA1019:'
path: "(agent/grpc-external)"
path: "(agent/grpc-external|agent/grpc-internal)"

# An argument that always receives the same value is often not a problem.
- linters: [unparam]
Expand Down

0 comments on commit 1247fe7

Please sign in to comment.