Reports route names that are not properly defined in the application's routing configuration.

This inspection helps prevent runtime navigation errors by detecting route references that do not have corresponding route definitions. Such undefined routes can lead to 404 errors or unexpected navigation behavior in your application.