databricks-cli/libs/exec
Denis Bilenko 39d1e8093f
Enable intrange linter and apply autofix (#2069)
New construct in Go1.22+ for integer iteration:
https://github.com/ckaznocha/intrange?tab=readme-ov-file#intrange
2025-01-03 09:25:07 +00:00
..
exec.go Enable gofumpt and goimports in golangci-lint (#1999) 2024-12-12 10:28:42 +01:00
exec_test.go Enable intrange linter and apply autofix (#2069) 2025-01-03 09:25:07 +00:00
shell.go Enable gofumpt and goimports in golangci-lint (#1999) 2024-12-12 10:28:42 +01:00
shell_bash.go Fixed building Python artifacts on Windows with WSL (#1249) 2024-03-01 15:59:47 +00:00
shell_bash_test.go Make libs/exec fallback to `sh` if `bash` cannot be found (#1114) 2024-01-11 12:26:31 +00:00
shell_cmd.go Allow specifying executable in artifact section and skip bash from WSL (#1169) 2024-02-01 14:10:04 +00:00
shell_cmd_test.go Make libs/exec fallback to `sh` if `bash` cannot be found (#1114) 2024-01-11 12:26:31 +00:00
shell_sh.go Allow specifying executable in artifact section and skip bash from WSL (#1169) 2024-02-01 14:10:04 +00:00
shell_sh_test.go Make libs/exec fallback to `sh` if `bash` cannot be found (#1114) 2024-01-11 12:26:31 +00:00