databricks-cli/cmd/labs
Denis Bilenko 1fc109edce Add more rules for 'govet'. Fix issues found by nilness
bundle/run/job.go:206:25: nilness: tautological condition: non-nil != nil (govet)
        if err != nil && runId != nil {
                               ^
cmd/labs/project/entrypoint.go:193:29: nilness: impossible condition: nil != nil (govet)
        if !isNoLoginConfig && err != nil {
                                   ^
libs/template/renderer.go:313:10: nilness: tautological condition: non-nil != nil (govet)
                if err != nil && !errors.Is(err, fs.ErrNotExist) {
                       ^
make: *** [lint] Error 1
2024-12-11 16:29:50 +01:00
..
github Add error checking in tests and enable errcheck there (#1980) 2024-12-09 13:56:41 +01:00
localcache Add `databricks labs` command group (#914) 2023-11-17 12:47:37 +00:00
project Add more rules for 'govet'. Fix issues found by nilness 2024-12-11 16:29:50 +01:00
unpack Add `databricks labs` command group (#914) 2023-11-17 12:47:37 +00:00
CODEOWNERS Add `databricks labs` command group (#914) 2023-11-17 12:47:37 +00:00
clear_cache.go Fix `panic: $HOME is not set` (#1027) 2023-11-29 19:08:27 +00:00
install.go Add usage string when command fails with incorrect arguments (#1276) 2024-03-12 14:12:34 +00:00
installed.go Add `databricks labs` command group (#914) 2023-11-17 12:47:37 +00:00
installed_test.go Add `databricks labs` command group (#914) 2023-11-17 12:47:37 +00:00
labs.go Fix `panic: $HOME is not set` (#1027) 2023-11-29 19:08:27 +00:00
list.go Fix `panic: $HOME is not set` (#1027) 2023-11-29 19:08:27 +00:00
list_test.go Add `databricks labs` command group (#914) 2023-11-17 12:47:37 +00:00
show.go Add usage string when command fails with incorrect arguments (#1276) 2024-03-12 14:12:34 +00:00
uninstall.go Add usage string when command fails with incorrect arguments (#1276) 2024-03-12 14:12:34 +00:00
upgrade.go Add usage string when command fails with incorrect arguments (#1276) 2024-03-12 14:12:34 +00:00