Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ignorePattern (0.07 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. build-tools-internal/src/main/resources/checkstyle_ide_fragment.xml

        </module>
    
        <!-- Use our fork of this Checkstyle rule, so that we can ignore test classes -->
        <module name="org.elasticsearch.gradle.internal.checkstyle.MissingJavadocTypeCheck">
            <property name="ignorePattern" value="^.*(Tests?|IT|TestCase)$"/>
            <property name="severity" value="warning"/>
            <message key="javadoc.missing" value="Types should explain their purpose" />
        </module>
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Jul 21 18:58:39 GMT 2021
    - 1.9K bytes
    - Click Count (0)
Back to Top