Closed kbrock closed 8 months ago
part of:
Deprecating unsupported_reason_add. Returning the string instead
unsupported_reason_add
Note, these are all the same:
unsupported_reason_add(:feature, unsupported_reason(:feature2)) unless supports_feature2? unsupported_reason_add(:feature, unsupported_reason(:feature2)) unless supports?(:feature2) unsupported_reason(:feature2) unless supports?(:feature2) unsupported_reason(:feature2)
Checked commit https://github.com/kbrock/manageiq-providers-kubevirt/commit/177a3bda3c3c061668cdb75f347dd1e4a59e3924 with ruby 2.7.8, rubocop 1.56.3, haml-lint 0.51.0, and yamllint 2 files checked, 0 offenses detected Everything looks fine. :trophy:
part of:
Deprecating
unsupported_reason_add
. Returning the string insteadNote, these are all the same: