apache / lucene

Apache Lucene open-source search software
https://lucene.apache.org/
Apache License 2.0
2.61k stars 1.02k forks source link

Improve MissingDoclet linter to check records correctly #13332

Closed uschindler closed 5 months ago

uschindler commented 5 months ago

New checks:

See #13329 for more information.

uschindler commented 5 months ago

We have no tests for the linter, but I validated that the code complains correctly on missing javadocs for components and excludes component accessors.

uschindler commented 5 months ago

I will merge this later this evening so we can proceed with #13328