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
Relax lowerCaseAfterPrefix to permit ALLCAPS after prefix
We do want to block things like:
init: A bad example
init: Another bad example
However this should be acceptable:
init: UNLEAK foo
Therefore we tweak the regex to permit ALLCAPS after the prefix.
Signed-off-by: Andrzej Hunt <ajrhunt@google.com>
0 commit comments