Skip to content

Commit

Permalink
Disable funlen linter on helpers tests
Browse files Browse the repository at this point in the history
Signed-off-by: Lionel Jouin <lionel.jouin@est.tech>
  • Loading branch information
LionelJouin committed Mar 14, 2022
1 parent e2fe98c commit afb88c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,7 @@ issues:
linters:
- interfacer
text: "can be `github.com/golang/protobuf/proto.Message"
- path: pkg/api/networkservice/connectioncontext_helpers_test.go
linters:
- funlen
text: "Function 'TestParsePortRange' is too long"

0 comments on commit afb88c3

Please sign in to comment.