- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for SnippetLength (0.06 seconds)
-
build-tools-internal/src/main/resources/checkstyle_suppressions.xml
<suppress files="client[/\\]rest-high-level[/\\]src[/\\]test[/\\]java[/\\]org[/\\]elasticsearch[/\\]client[/\\]documentation[/\\]GraphDocumentationIT.java" id="SnippetLength" /> <suppress files="client[/\\]rest-high-level[/\\]src[/\\]test[/\\]java[/\\]org[/\\]elasticsearch[/\\]client[/\\]documentation[/\\]IndicesClientDocumentationIT.java" id="SnippetLength" />
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 5.5K bytes - Click Count (0) -
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)