Closed chessbyte closed 3 years ago
Additionally, convert method definitions such as
def supports_port? true end
to
supports :port
Checked commits https://github.com/chessbyte/manageiq-providers-kubevirt/compare/08ac96cf5243ef6e0f7d765156103e3dbb51600d~...da8c9aa325530aae99eb586e667682f328d577e7 with ruby 2.6.3, rubocop 0.82.0, haml-lint 0.35.0, and yamllint 3 files checked, 0 offenses detected Everything looks fine. :cake:
Additionally, convert method definitions such as
to