databricks-cli/cmd/configure
Denis Bilenko 0b80784df7
Enable testifylint and fix the issues (#2065)
## Changes
- Enable new linter: testifylint.
- Apply fixes with --fix.
- Fix remaining issues (mostly with aider).

There were 2 cases we --fix did the wrong thing - this seems to a be a
bug in linter: https://github.com/Antonboom/testifylint/issues/210

Nonetheless, I kept that check enabled, it seems useful, just need to be
fixed manually after autofix.

## Tests
Existing tests
2025-01-02 12:03:41 +01:00
..
configure.go Fix `databricks configure` to use DATABRICKS_CONFIG_FILE environment variable if exists as config file (#1325) 2024-06-24 10:56:49 +00:00
configure_test.go Enable testifylint and fix the issues (#2065) 2025-01-02 12:03:41 +01:00
flags.go Add `--configure-cluster` flag to configure command (#1005) 2023-11-23 19:56:48 +00:00
host.go Add `--configure-cluster` flag to configure command (#1005) 2023-11-23 19:56:48 +00:00
host_test.go Add `--configure-cluster` flag to configure command (#1005) 2023-11-23 19:56:48 +00:00