Skip to content

Commit

Permalink
lint: fix stylecheck issues
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Rolland <frolland@nvidia.com>
  • Loading branch information
rollandf committed Jun 6, 2022
1 parent 191ca3b commit e8894dc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ linters:
#- scopelint
# TODO fix issues- staticcheck
- structcheck
# TODO fix issues- stylecheck
- stylecheck
- typecheck
# TODO fix issues- unconvert
# TODO fix issues- unparam
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion test/validation/test_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import (
testclient "github.com/k8snetworkplumbingwg/sriov-network-operator/test/util/client"

"github.com/k8snetworkplumbingwg/sriov-network-operator/test/util/k8sreporter"
_ "github.com/k8snetworkplumbingwg/sriov-network-operator/test/validation/tests"
)

var (
Expand Down
File renamed without changes.

0 comments on commit e8894dc

Please sign in to comment.