Skip to content

Merge pull request #4 from jvzantvoort/feat/mdtoc #26

Merge pull request #4 from jvzantvoort/feat/mdtoc

Merge pull request #4 from jvzantvoort/feat/mdtoc #26

Triggered via push March 24, 2025 14:40
Status Success
Total duration 18s
Artifacts

audit.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
audit: cmd/mvx/logging.go#L32
should replace indent -= 1 with indent--
audit: cmd/mvx/logging.go#L26
exported function EndFunc should have comment or be unexported
audit: cmd/mvx/logging.go#L17
should replace indent += 1 with indent++
audit: cmd/mvx/logging.go#L16
exported function StartFunc should have comment or be unexported
audit: cmd/mvx/logging.go#L12
exported function IndentStr should have comment or be unexported
audit: cmd/logging/common.go#L11
exported function GetString should have comment or be unexported
audit: cmd/achelper/terms.go#L16
exported method Terms.List should have comment or be unexported
audit: cmd/achelper/terms.go#L12
exported method Terms.Add should have comment or be unexported
audit: cmd/achelper/terms.go#L8
exported type Terms should have comment or be unexported
audit: cmd/achelper/ssh.go#L11
func ReadSshConfig should be ReadSSHConfig