Skip to content

fix linting issues #102

fix linting issues

fix linting issues #102

Triggered via push July 18, 2023 08:30
Status Failure
Total duration 42s
Artifacts
Test and coverage
32s
Test and coverage
go vet and lint
29s
go vet and lint
golangci lint check
19s
golangci lint check
Fit to window
Zoom out
Zoom in

Annotations

10 errors
go vet and lint: internal/cmd/add_token.go#L13
exported function AddTokenCommand should have comment or be unexported
go vet and lint: internal/cmd/change_password.go#L12
exported function ChangePasswordCommand should have comment or be unexported
go vet and lint: internal/cmd/delete.go#L13
exported function DeleteCommand should have comment or be unexported
go vet and lint: internal/cmd/dump.go#L13
exported function DumpCommand should have comment or be unexported
go vet and lint: internal/cmd/generate.go#L13
exported function GenerateCommand should have comment or be unexported
go vet and lint: internal/cmd/import.go#L14
exported function ImportCommand should have comment or be unexported
go vet and lint: internal/cmd/instant.go#L14
exported function InstantCommand should have comment or be unexported
go vet and lint: internal/cmd/list.go#L12
exported function ListCommand should have comment or be unexported
go vet and lint: internal/cmd/set_prefix.go#L13
exported function SetPrefixCommand should have comment or be unexported
go vet and lint: internal/cmd/update.go#L21
exported function UpdateCommand should have comment or be unexported