@@ -37,6 +37,7 @@ class WithLockRetriesDisallowedMethod < RuboCop::Cop::Base
reset_trigger_function
cleanup_conversion_of_integer_to_bigint
revert_initialize_conversion_of_integer_to_bigint
validate_foreign_key
].sort.freeze
MSG="The method is not allowed to be called within the `with_lock_retries` block, the only allowed methods are: #{ALLOWED_MIGRATION_METHODS.join(', ')}".freeze