all: fix nolint directives

Change-Id: I261c8b12e4961e6401cc4024fa5abc35b1a5efa6
This commit is contained in:
Egon Elbre 2022-10-11 14:47:02 +03:00
parent 773683221d
commit 8b70f969b6
5 changed files with 7 additions and 5 deletions

View File

@ -1044,6 +1044,7 @@ func TestAuditRepairedSegmentInExcludedCountries(t *testing.T) {
}
// getRemoteSegment returns a remote pointer its path from satellite.
//
//nolint:golint
func getRemoteSegment(
ctx context.Context, t *testing.T, satellite *testplanet.Satellite, projectID uuid.UUID, bucketName string,

View File

@ -2337,6 +2337,7 @@ func TestRepairGracefullyExited(t *testing.T) {
}
// getRemoteSegment returns a remote pointer its path from satellite.
//
//nolint:golint
func getRemoteSegment(
ctx context.Context, t *testing.T, satellite *testplanet.Satellite, projectID uuid.UUID, bucketName string,