You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A ruleset developer may wish to deprecate a rule and encourage migration to a new rule. The current SDK does not provide a way to effectively warn end users that they are using a deprecated rule.
The goal is to provide a mechanism for ruleset developers to mark rules as deprecated, possibly by extending the Rule interface.
The text was updated successfully, but these errors were encountered:
See terraform-linters/tflint-ruleset-aws#639 (review)
A ruleset developer may wish to deprecate a rule and encourage migration to a new rule. The current SDK does not provide a way to effectively warn end users that they are using a deprecated rule.
The goal is to provide a mechanism for ruleset developers to mark rules as deprecated, possibly by extending the
Rule
interface.The text was updated successfully, but these errors were encountered: