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-kubernetes/commit/89fee0d7748f7bc4354c4fee80ffa5e1c95f0dbf with ruby 2.7.8, rubocop 1.56.3, haml-lint 0.51.0, and yamllint 1 file checked, 0 offenses detected Everything looks fine. :+1:
part of:
Deprecating
unsupported_reason_add
. Returning the string insteadNote, these are all the same: