Skip to content

Allow Javadoc tag description to begin with an acronym#471

Open
GollapudiSrikanth wants to merge 2 commits into
spring-io:mainfrom
GollapudiSrikanth:srikanthgollapudi-allow-return-statements-begin-with-acronym
Open

Allow Javadoc tag description to begin with an acronym#471
GollapudiSrikanth wants to merge 2 commits into
spring-io:mainfrom
GollapudiSrikanth:srikanthgollapudi-allow-return-statements-begin-with-acronym

Conversation

@GollapudiSrikanth

Copy link
Copy Markdown

This Change updates the case check to allow descriptions that start with 2 or more consecutive uppercase letters(acronym), while still rejecting single capitalized words like "The" or "Url"

Examples Allowed: "HTML","URL","JNI"

Closes #468

…cutive uppercase letters (e.g., "JNI", "HTML", "URL") instead of reporting a badCase violation. Single capitalized words are still rejected.

Closes spring-iogh-468

Signed-off-by: Venkata Naga Sai Srikanth Gollapudi <42247688+GollapudiSrikanth@users.noreply.github.com>
Closes spring-iogh-468

Signed-off-by: Venkata Naga Sai Srikanth Gollapudi <42247688+GollapudiSrikanth@users.noreply.github.com>
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.

Allow @return statements to begin with an acronym

2 participants