Skip to content

Commit

Permalink
Add nolint:staticcheck on setup functions
Browse files Browse the repository at this point in the history
  • Loading branch information
aayushrangwala committed Oct 19, 2023
1 parent ed50e20 commit 3e85c48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/ports/convert_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ func TestPorts_Convert(t *testing.T) {
}
}

//nolint:staticcheck
func setupProjectAndDevice(t *testing.T, projectId, deviceId *string) []metal.Port {
projId, err := helper.CreateTestProject("metal-cli-test-ports-project")
if err != nil {
Expand Down

0 comments on commit 3e85c48

Please sign in to comment.