You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like UnversionedBreakingChange to be flagged as a "warning" in CI:
Right now, that should be as simple as adding a warning_tag to UnversionedBreakingChange
For later: We are inconsistent about the application of warning_tag to the formatted messages of WarnLevel events. Probably this should be more consistent, and maybe handled within the EventManager (instead of each event class individually). That's for later.
The text was updated successfully, but these errors were encountered:
follow-up to #8384
I would like
UnversionedBreakingChange
to be flagged as a "warning" in CI:Right now, that should be as simple as adding a
warning_tag
toUnversionedBreakingChange
For later: We are inconsistent about the application of
warning_tag
to the formatted messages ofWarnLevel
events. Probably this should be more consistent, and maybe handled within theEventManager
(instead of each event class individually). That's for later.The text was updated successfully, but these errors were encountered: