Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for SuppressionFilter (0.06 seconds)

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

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

      -->
    <!DOCTYPE module PUBLIC
            "-//Puppy Crawl//DTD Check Configuration 1.2//EN"
            "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
    <module name="Checker">
        <module name="SuppressionFilter">
            <property name="file" value="${config_loc}/suppressions.xml"/>
        </module>
        <!-- allows suppressing using the @SuppressWarnings("checkstyle:...") -->
        <module name="SuppressWarningsFilter"/>
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Thu Dec 11 10:24:25 GMT 2025
    - 6.6K bytes
    - Click Count (0)
Back to Top