Skip to content

feat(log): add debug #124

feat(log): add debug

feat(log): add debug #124

Triggered via push October 8, 2023 06:53
Status Failure
Total duration 1m 5s
Artifacts

checks.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 6 warnings
Checks: internal/parser/parser.go#L10
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
Checks: internal/task/list.go#L5
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
Checks: internal/task/item.go#L8
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
Checks: internal/config/config.go#L6
import 'github.com/adrg/xdg' is not allowed from list 'Main' (depguard)
Checks: internal/config/config.go#L7
import 'github.com/spf13/viper' is not allowed from list 'Main' (depguard)
Checks: pkg/sliceutils/sliceutils.go#L4
import 'github.com/google/uuid' is not allowed from list 'Main' (depguard)
Checks: internal/task/item.go#L7
import 'github.com/google/uuid' is not allowed from list 'Main' (depguard)
Checks: internal/task/item.go#L9
import 'github.com/helmecke/taskgopher/internal/parser' is not allowed from list 'Main' (depguard)
Checks: internal/task/item.go#L10
import 'github.com/helmecke/taskgopher/pkg/sliceutils' is not allowed from list 'Main' (depguard)
Checks: internal/task/item.go#L11
import 'github.com/helmecke/taskgopher/pkg/timeutils' is not allowed from list 'Main' (depguard)
Checks: internal/version/version.go#L1
package-comments: should have a package comment (revive)
Checks: pkg/timeutils/timeutils.go#L1
package-comments: should have a package comment (revive)
Checks: pkg/sliceutils/sliceutils.go#L1
package-comments: should have a package comment (revive)
Checks: cmd/root.go#L68
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
Checks: cmd/root.go#L32
exported: exported type PlainFormatter should have comment or be unexported (revive)
Checks: cmd/root.go#L34
exported: exported method PlainFormatter.Format should have comment or be unexported (revive)