In my project, migration files include date prefixes, causing them not to exactly match the class names. This triggers a warning: Class name should probably be....
I do not intend to change the class names to remove the prefixes, so I'd like an option to disable this warning. However, it seems there is no configuration available to do so.
If disabling the warning is not possible, I would prefer that the diagnostics to only highlight the specific offending line, rather than marking the entire class as problematic, as seen on the following image.
