Ignore:
Timestamp:
2024-02-12T23:00:59+01:00 (8 months ago)
Author:
taylor.smock
Message:

Fix #23465: Remove custom checkstyle plugin

TopLevelJavadocCheck.java is duplicating functionality from MissingJavadocType.
Our custom class is from #14794 (closed 2017-10-16). The check that makes it
redundant was added in checkstyle 8.20 (released 2019-04-28).

This adds the missing javadocs for the more comprehensive checkstyle version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/checkstyle/josm_checks.xml

    r16391 r18974  
    3232      <property name="checkHtml" value="false"/>
    3333    </module>
     34    <module name="MissingJavadocType"/>
    3435    <module name="NonEmptyAtclauseDescription"/>
    3536    <module name="AtclauseOrder"/>
     
    9697    <module name="FinalClass"/>
    9798    <module name="HideUtilityClassConstructor"/>
    98     <module name="org.openstreetmap.josm.TopLevelJavadocCheck"/>
    9999    <module name="SuppressionCommentFilter">
    100100      <property name="offCommentFormat" value="CHECKSTYLE\.OFF\: ([\w\|]+)"/>
Note: See TracChangeset for help on using the changeset viewer.