Skip to content

Commit

Permalink
Mark deprecated method with @deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Aug 7, 2022
1 parent 0984886 commit 4224d30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/rubocop/cop/mixin/enforce_superclass.rb
Expand Up @@ -6,7 +6,8 @@ module Cop
#
# IMPORTANT: RuboCop core depended on this module when it supported Rails department.
# Rails department has been extracted to RuboCop Rails gem.
# This module is deprecated and will be removed by RuboCop 2.0.
#
# @deprecated This module is deprecated and will be removed by RuboCop 2.0.
# It will not be updated to `RuboCop::Cop::Base` v1 API to maintain compatibility
# with existing RuboCop Rails 2.8 or lower.
#
Expand Down

0 comments on commit 4224d30

Please sign in to comment.