database_validations icon indicating copy to clipboard operation
database_validations copied to clipboard

Inheriting from `RuboCop::Cop::Cop` is deprecated. Use `RuboCop::Cop::Base` instead

Open Laykou opened this issue 4 months ago • 0 comments

I am receiving following message when using with Rubocop validations:

database_validations-1.1.1/lib/database_validations/rubocop/cop/belongs_to.rb:13: warning: Inheriting from `RuboCop::Cop::Cop` is deprecated. Use `RuboCop::Cop::Base` instead.

Laykou avatar Sep 17 '25 17:09 Laykou