Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TreeWalker (0.19 sec)

  1. build-logic-commons/code-quality-rules/src/main/resources/checkstyle/checkstyle-api.xml

    <module name="Checker">
        <module name="SuppressionFilter">
            <property name="file" value="${config_loc}/suppressions.xml"/>
        </module>
        <module name="JavadocPackage"/>
    
        <module name="TreeWalker">
            <module name="JavadocStyle">
                <property name="checkFirstSentence" value="false"/>
                <property name="checkEmptyJavadoc" value="true"/>
            </module>
    
            <module name="JavadocType">
    XML
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Thu Nov 17 23:20:14 GMT 2022
    - 1.6K bytes
    - Viewed (0)
  2. build-logic-commons/code-quality-rules/src/main/resources/checkstyle/checkstyle.xml

            <property name="file" value="${config_loc}/suppressions.xml"/>
        </module>
        <!-- allows suppressing using the @SuppressWarnings("checkstyle:...") -->
        <module name="SuppressWarningsFilter"/>
        <module name="TreeWalker">
            <!-- Blocks -->
            <module name="EmptyBlock">
                <property name="option" value="statement"/>
    XML
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Fri Dec 16 22:05:16 GMT 2022
    - 6.3K bytes
    - Viewed (0)
Back to top