pub fn determine_majority_case(tokens: &[(String, Span)]) -> &'static strExpand description
Determine the majority case from a list of token texts.
Returns "upper" or "lower". Mixed-case tokens are skipped (always violations).
On tie, defaults to "upper".