class RuboCop::PendingCopsReporter

Reports information about pending cops that are not explicitly configured.

This class is responsible for displaying warnings when new cops have been added to RuboCop but have not yet been enabled or disabled in the user’s configuration. It provides a centralized way to determine whether such warnings should be shown, based on global flags or configuration settings.