Skip to content

Issue #16807: Update default properties for MissingJavadocTypeCheck#19577

Merged
romani merged 1 commit into
checkstyle:masterfrom
yunhwane:fix/missing-javadoc-type-default-properties
Apr 3, 2026
Merged

Issue #16807: Update default properties for MissingJavadocTypeCheck#19577
romani merged 1 commit into
checkstyle:masterfrom
yunhwane:fix/missing-javadoc-type-default-properties

Conversation

@yunhwane

@yunhwane yunhwane commented Apr 3, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Reorder properties to alphabetical order (excludeScope before scope) in all 35 input files
  • Remove MissingJavadocTypeCheck from SUPPRESSED_MODULES in InlineConfigParser.java

Details

All input files already had the correct properties and (default) tags, but scope was listed before excludeScope, violating the required alphabetical ordering. This PR swaps those two lines in every input file.

Closes #16807 (partial — one module of several)

@yunhwane yunhwane force-pushed the fix/missing-javadoc-type-default-properties branch from 11cbdbf to b3df3b5 Compare April 3, 2026 02:40

@romani romani left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot

@romani romani merged commit 7746772 into checkstyle:master Apr 3, 2026
71 checks passed
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.

Updating properties in Input files to mention all default properties,

2 participants