
- Previously this components order cop only checked for correct stanza order inside `on_*` blocks. This commit extends this cop to also check for correct stanza order inside `head` and `resource` blocks. This is a positive change since it standardizes the order of stanzas in all of the places, making formulae more readable. - Fixes issue 14017.