class Simplabs::Excellent::Checks::Rails::ValidationsCheck

This check reports ActiveRecord models that do not validate anything. Not validating anything in the model is usually not intended and has most likely just been forgotten. For more information on validations and why to use them, see guides.rubyonrails.org/activerecord_validations_callbacks.html#why-use-validations.

Applies to