feat: add home & route #1
Annotations
10 errors
lint:
internal/meta/meta.go#L108
string `.tmp` has 3 occurrences, make it a constant (goconst)
|
lint:
internal/ui/auth/auth.go#L75
ifElseChain: rewrite if-else to switch statement (gocritic)
|
lint:
internal/ui/auth/auth.go#L101
singleCaseSwitch: should rewrite switch statement to if statement (gocritic)
|
lint:
internal/ui/components/helper.go#L96
singleCaseSwitch: should rewrite switch statement to if statement (gocritic)
|
lint:
internal/ui/components/list.go#L67
commentFormatting: put a space between `//` and comment text (gocritic)
|
lint:
internal/ui/components/status-bar.go#L52
singleCaseSwitch: should rewrite switch statement to if statement (gocritic)
|
lint:
internal/ui/search/search.go#L212
commentFormatting: put a space between `//` and comment text (gocritic)
|
lint:
cmd/root.go#L38
commentFormatting: put a space between `//` and comment text (gocritic)
|
lint:
internal/ui/cmd/cmd.go#L3
File is not `goimports`-ed (goimports)
|
lint:
internal/ui/auth/auth.go#L4
File is not `goimports`-ed (goimports)
|