Closed
Description
Similar to #8813, just for warnings instead of exceptions:
Currently, warning messages are shown like this:
WARNING: Some warning message
If a warning can be disabled, I think it would be helpful to display the warning type
and subtype
, maybe like:
WARNING (some_type.some_subtype): Some warning message