Skip to content

Commit

Permalink
fix err ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
defo89 committed Apr 12, 2024
1 parent 6bed143 commit 016ee66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ linters-settings:
check-type-assertions: true
exclude-functions:
- (netlink).RouteGet
- GetDefaultInterface
forbidigo:
forbid:
# ioutil package has been deprecated: https://github.com/golang/go/issues/42026
Expand Down
1 change: 0 additions & 1 deletion Makefile.maker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ golangciLint:
createConfig: true
errcheckExcludes:
- (netlink).RouteGet
- GetDefaultInterface

githubWorkflow:
ci:
Expand Down

0 comments on commit 016ee66

Please sign in to comment.