According to Google:
[...] capitalize only the first word in the title, the first word in a subheading after a colon, and any proper nouns or other terms that are always capitalized a certain way.
should be a valid heading according to Google style. Currently, this triggers the warnings Google.Colons and Google.Heading.
Changing the scope for Google.Colons fixed that warning, but I have no idea how to change the Google.Heading rule to enforce sentence case, except after colon. I failed to come up with a pattern for the exceptions.
According to Google:
should be a valid heading according to Google style. Currently, this triggers the warnings
Google.ColonsandGoogle.Heading.Changing the scope for
Google.Colonsfixed that warning, but I have no idea how to change theGoogle.Headingrule to enforce sentence case, except after colon. I failed to come up with a pattern for the exceptions.