Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | enable linter for pkg/machine/e2e | Paul Holzinger | 2022-07-26 |
Rename all files to _test.go and rename the package to e2e_test. This makes the linter less strict about things like dot imports. Add some unused nolint directives to silence some warnings, these can be used to find untested options so someone could add tests for them. Fixes #14996 Signed-off-by: Paul Holzinger <pholzing@redhat.com> |