Allow configuration of S3 archiving on a repository (#160) #350
Annotations
8 errors and 1 warning
Run Staticcheck:
api/internal/humiographql/s3-configuration.go#L18
should omit comparison to bool constant, can be simplified to !s.IsConfigured() (S1002)
|
Run Staticcheck:
api/repositories.go#L255
should omit comparison to bool constant, can be simplified to !existingRepo.S3ArchivingConfiguration.IsConfigured() (S1002)
|
Run Staticcheck:
api/repositories.go#L279
should omit comparison to bool constant, can be simplified to !existingRepo.S3ArchivingConfiguration.IsConfigured() (S1002)
|
Run Staticcheck:
cmd/humioctl/repos_update.go#L37
should omit comparison to bool constant, can be simplified to !enableS3ArchivingFlag (S1002)
|
Run Staticcheck:
cmd/humioctl/repos_update.go#L37
should omit comparison to bool constant, can be simplified to !disableS3ArchivingFlag (S1002)
|
Run Staticcheck:
cmd/humioctl/repos_update.go#L62
should omit comparison to bool constant, can be simplified to disableS3ArchivingFlag (S1002)
|
Run Staticcheck:
cmd/humioctl/repos_update.go#L67
should omit comparison to bool constant, can be simplified to enableS3ArchivingFlag (S1002)
|
Run Staticcheck
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, goreleaser/goreleaser-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading