[Feature] Query History #211
Annotations
10 errors
Golangci-lint
issues found
|
Golangci-lint:
components/home.go#L404
SA4006: this value of `tab` is never used (staticcheck)
|
Golangci-lint:
drivers/sqlite.go#L570
S1025: the argument is already a string, there's no need to use fmt.Sprintf (gosimple)
|
Golangci-lint:
drivers/mysql.go#L559
S1025: the argument is already a string, there's no need to use fmt.Sprintf (gosimple)
|
Golangci-lint:
drivers/mssqql.go#L680
S1025: the argument is already a string, there's no need to use fmt.Sprintf (gosimple)
|
Golangci-lint:
components/save_query_modal.go#L4
File is not properly formatted (gci)
|
Golangci-lint:
components/query_history_component.go#L7
File is not properly formatted (gci)
|
Golangci-lint:
internal/saved_queries/manager.go#L10
File is not properly formatted (gci)
|
Golangci-lint:
components/saved_queries_component.go#L126
unused-parameter: parameter 'buttonIndex' seems to be unused, consider removing or renaming it as _ (revive)
|
Golangci-lint:
internal/saved_queries/manager.go#L1
var-naming: don't use an underscore in package name (revive)
|
Loading