Skip to content

docs: clarify mixed case notice behavior - #2182

Open
mackenziereading19 wants to merge 1 commit into
MobilityData:masterfrom
mackenziereading19:1799-clarify-mixed-case-notice
Open

docs: clarify mixed case notice behavior#2182
mackenziereading19 wants to merge 1 commit into
MobilityData:masterfrom
mackenziereading19:1799-clarify-mixed-case-notice

Conversation

@mackenziereading19

Copy link
Copy Markdown

Summary

Clarifies the documentation for mixed_case_recommended_field so it reflects the validator's current token-based behavior.

The validator splits values on non-letter characters and evaluates the resulting text tokens rather than only checking whether the complete field value contains both upper- and lowercase letters. The updated notice documentation explains that distinction and notes the single-token lowercase case.

No validation logic is changed.

Tests

  • :core:javadoc: pass
  • targeted MixedCaseSchemaTest: pass
  • :core:spotlessCheck: pass
  • git diff --check: pass

Fixes #1799

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adding clarification on how mixed_case_recommended_field works

1 participant