Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

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

        <!-- Non-inner classes must be in files that match their names. -->
        <module name="OuterTypeFilename" />
    
        <!-- No line wraps inside of import and package statements. -->
        <module name="NoLineWrap" />
    
        <!-- only one statement per line should be allowed -->
        <module name="OneStatementPerLine" />
    
        <!-- Each java file has only one outer class -->
        <module name="OneTopLevelClass" />
    
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Mon Sep 13 12:48:46 GMT 2021
    - 6K bytes
    - Click Count (0)
Back to Top