automation-tests/common/pkg/ssh
Paul Holzinger d240865a45 lint: update golangci-lint to v1.56.2
Adds a couple of new linters with many new warnings:
- perfsprint (fixed in code, excluded for tests)
- revive (fix the problems, disabled the dot import check as we use it
  for ginkgo)
- inamedparam (disabled because it is opinionated)
- testifylint (great linter but we have like 1000+ issues that I have no
  time fixing now)

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2024-03-05 18:10:32 +01:00
..
connection_golang.go lint: update golangci-lint to v1.56.2 2024-03-05 18:10:32 +01:00
connection_native.go lint: update golangci-lint to v1.56.2 2024-03-05 18:10:32 +01:00
ssh.go lint: update golangci-lint to v1.56.2 2024-03-05 18:10:32 +01:00
ssh_test.go Support the execution of SSH commands with optional input. 2024-02-07 09:05:31 -08:00
types.go chore: replace 'interface{}' with 'any' for consistency 2024-01-08 21:26:34 +02:00
utils.go lint: update golangci-lint to v1.56.2 2024-03-05 18:10:32 +01:00
utils_test.go pkg/ssh: simplify ssh.Validate 2023-07-12 11:42:37 +01:00