- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 105 for checkstyle (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
.idea/checkstyle-idea.xml
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="CheckStyle-IDEA"> <option name="configuration"> <map> <entry key="active-configuration" value="PROJECT_RELATIVE:$PROJECT_DIR$/checkstyle_ide.xml:Elasticsearch" /> <entry key="checkstyle-version" value="8.42" /> <entry key="copy-libs" value="false" /> <entry key="location-0" value="BUNDLED:(bundled):Sun Checks" />Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Jun 10 23:06:44 GMT 2021 - 961 bytes - Click Count (0) -
build-logic-commons/code-quality-rules/src/main/resources/checkstyle/checkstyle-groovy.xml
Jendrik Johannes <******@****.***> 1607501645 +0100
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 1.4K bytes - Click Count (0) -
build-logic-commons/code-quality-rules/src/main/resources/checkstyle/checkstyle.xml
<module name="SimplifyBooleanReturn"/> <module name="StringLiteralEquality"/> <module name="UnnecessaryParentheses"> <!-- defaults are too strict, see https://github.com/checkstyle/checkstyle/issues/10946 -->
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Dec 11 10:24:25 GMT 2025 - 6.6K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/precommit/CheckstylePrecommitPlugin.java
checkstyleTask.configure(t -> t.dependsOn(project.getTasks().withType(Checkstyle.class))); // Apply the checkstyle plugin to create `checkstyleMain` and `checkstyleTest`. It only // creates them if there is main or test code to check and it makes `check` depend // on them. We also want `precommit` to depend on `checkstyle`.
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Jun 17 08:59:22 GMT 2021 - 5.5K bytes - Click Count (0) -
build-tools-internal/src/main/groovy/elasticsearch.ide.gradle
} } tasks.register('configureIdeCheckstyle') { group = 'ide' description = 'Generated a suitable checkstyle config for IDEs' String checkstyleConfig = 'build-tools-internal/src/main/resources/checkstyle.xml' String checkstyleSuppressions = 'build-tools-internal/src/main/resources/checkstyle_suppressions.xml'
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Fri Sep 24 19:34:12 GMT 2021 - 8.8K bytes - Click Count (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.code-quality.gradle.kts
checkstyle { buildLibs?.let { toolVersion = buildLibs.findVersion("checkstyle").get().requiredVersion } config = configFile("checkstyle.xml") val projectDirectory = layout.projectDirectory configDirectory = rules.elements.map { projectDirectory.dir(it.single().asFile.absolutePath).dir("checkstyle") } }Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 11 22:47:14 GMT 2026 - 8.7K bytes - Click Count (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.collect-failed-tasks.gradle.kts
import org.gradle.tooling.events.task.TaskOperationResult import java.io.Serializable import java.util.concurrent.CopyOnWriteArrayList /** * Register a build service that monitors compilation tasks and code quality tasks (Checkstyle/CodeNarc/detekt) * and reports them as TeamCity build problems. */
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Apr 11 20:57:49 GMT 2025 - 2.4K bytes - Click Count (0) -
build-tools-internal/src/main/resources/checkstyle_ide_fragment.xml
value="A description and other related documentation for a package should be written up in the package-info.java" /> </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"/>
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) -
build-logic/src/main/kotlin/okhttp.quality-conventions.gradle.kts
} fun version(alias: String) = libs.findVersion(alias).get().toString() tasks.withType<Checkstyle>().configureEach { exclude("**/CipherSuite.java") } val checkstyleConfig = configurations.maybeCreate("checkstyleConfig") dependencies { add("checkstyleConfig", library("checkstyle")) { isTransitive = false } } configure<CheckstyleExtension> {
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Feb 05 09:17:33 GMT 2026 - 2.9K bytes - Click Count (0) -
.gitignore
**/target/** .project .classpath .settings/ .svn/ .jbang/ # Intellij *.ipr *.iml .idea !.idea/icon.png /bootstrap /dependencies.xml .java-version .checkstyle .factorypath # VSCode .vscode/ # Mac
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Nov 14 10:54:20 GMT 2025 - 209 bytes - Click Count (0)