aboutsummaryrefslogtreecommitdiff
path: root/pkg/machine/e2e/config_inspect_test.go
Commit message (Collapse)AuthorAge
* enable linter for pkg/machine/e2ePaul Holzinger2022-07-21
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>