Skip to content

feat: ci lint features #8

feat: ci lint features

feat: ci lint features #8

Triggered via pull request October 13, 2024 22:25
Status Success
Total duration 49s
Artifacts

lint.yaml

on: pull_request
Run CI Lint
42s
Run CI Lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Run CI Lint: pkg/accounts/accounts.go#L14
error var ACCOUNT_NOT_FOUND should have name of the form ErrFoo (ST1012)
Run CI Lint: pkg/accounts/accounts.go#L15
error var CAN_NOT_CREATE_ACCOUNT should have name of the form ErrFoo (ST1012)
Run CI Lint: pkg/storage/session.go#L17
field tls is unused (U1000)
Run CI Lint: pkg/storage/session.go#L40
const caFilePath is unused (U1000)
Run CI Lint: pkg/storage/session.go#L41
const connectTimeout is unused (U1000)
Run CI Lint: pkg/storage/session.go#L42
const queryTimeout is unused (U1000)
Run CI Lint: pkg/storage/session.go#L52
func getCustomTLSConfig is unused (U1000)
Run CI Lint: pkg/storage/session.go#L63
error strings should not be capitalized (ST1005)
Run CI Lint: pkg/tls/tls.go#L16
func main is unused (U1000)
Run CI Lint
Process completed with exit code 1.