feat: add achelper #23
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
|