Provides a custom RuboCop cop that flags annotated code once a specified runtime condition becomes true. Useful for enforcing cleanup of temporary code paths, such as feature toggles, deprecations, or environment-based logic.
Required Ruby Version
>= 2.7.0
Authors
Yaroslav Kurbatov