Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for SnippetLengthCheck (0.09 seconds)

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

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

        characters then it'll need to scroll. This fails the build if it sees
        such snippets.
      -->
      <module name="org.elasticsearch.gradle.internal.checkstyle.SnippetLengthCheck">
        <property name="id" value="SnippetLength" />
        <property name="max" value="76" />
      </module>
    
      <!-- Its our official line length! See checkstyle_suppressions.xml for the files that don't pass this. For now we
    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