Skip to content

Switching Logger away from Logrus to Core Language Logger #95

Switching Logger away from Logrus to Core Language Logger

Switching Logger away from Logrus to Core Language Logger #95

Triggered via pull request November 6, 2023 01:23
Status Failure
Total duration 3m 19s
Artifacts

code_scanners.yml

on: pull_request
Matrix: code_scanning
Fit to window
Zoom out
Zoom in

Annotations

6 errors
code_scanning (lint): internal/log/log.go#L19
S1002: should omit comparison to bool constant, can be simplified to `config.Config().AppConfig.Global.Debug` (gosimple)
code_scanning (lint): cmd/backup/connection_permissions.go#L50
slog: call to slog.Info missing a final value (govet)
code_scanning (lint): cmd/backup/folders.go#L113
slog: call to slog.Info missing a final value (govet)
code_scanning (lint): cmd/backup/team.go#L153
slog: call to slog.Info missing a final value (govet)
code_scanning (lint): internal/log/slog_handler.go#L22
ineffectual assignment to h (ineffassign)
code_scanning (lint)
Process completed with exit code 201.