Skip to content

feat: Implement Monitoring Service #871

feat: Implement Monitoring Service

feat: Implement Monitoring Service #871

Triggered via pull request December 18, 2024 15:04
Status Failure
Total duration 1m 22s
Artifacts

linter.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: services/dbaas/mariadb/backups.go#L44
underef: could simplify (*retrievedBackup.Properties.EarliestRecoveryTargetTime).String to retrievedBackup.Properties.EarliestRecoveryTargetTime.String (gocritic)
lint: services/dbaas/mariadb/backups.go#L56
underef: could simplify (*baseBackup.Created).String to baseBackup.Created.String (gocritic)
lint: services/dbaas/mariadb/backups.go#L31
var `resourceId` should be `resourceID` (golint)
lint: services/dbaas/mariadb/client.go#L16
exported type `MariaDBClient` should have comment or be unexported (golint)
lint: services/dbaas/mariadb/client.go#L20
exported function `NewMariaDBClient` should have comment or be unexported (golint)
lint: services/dbaas/mariadb/cluster.go#L93
exported method `MariaDBClient.IsClusterReady` should have comment or be unexported (golint)
lint: services/dbaas/mariadb/cluster.go#L109
exported method `MariaDBClient.IsClusterDeleted` should have comment or be unexported (golint)
lint: services/dbaas/mariadb/cluster.go#L121
exported function `GetMariaDBClusterDataCreate` should have comment or be unexported (golint)
lint: services/dbaas/mariadb/cluster.go#L217
exported function `GetMariaClusterConnectionsData` should have comment or be unexported (golint)
lint: services/dbaas/mariadb/cluster.go#L245
exported function `GetMariaClusterMaintenanceWindowData` should have comment or be unexported (golint)
lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/