Skip to content

Commit

Permalink
fix 'gocyclo' linter
Browse files Browse the repository at this point in the history
Signed-off-by: denis-tingaikin <[email protected]>
  • Loading branch information
denis-tingaikin committed Oct 1, 2024
1 parent 1c963c6 commit dafd6b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,6 @@ issues:
- path: internal/vppinit/vppinit.go
linters:
- gocyclo
- path: main.go
linters:
- gocyclo

0 comments on commit dafd6b3

Please sign in to comment.