Closed jrafanie closed 4 years ago
Note, autoload would be nice to use here but since you can only autoload from the parent namespace, you'd have to use Fog.autoload ..., which loads Fog, making it pointless to try to delay load things.
Checked commit https://github.com/jrafanie/manageiq-providers-kubevirt/commit/133adc601ea08d21b6587d9bb9e385d0e4696399 with ruby 2.5.7, rubocop 0.69.0, haml-lint 0.20.0, and yamllint 3 files checked, 0 offenses detected Everything looks fine. :+1:
Note, autoload would be nice to use here but since you can only autoload from the parent namespace, you'd have to use Fog.autoload ..., which loads Fog, making it pointless to try to delay load things.