- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 249 for detekt (0.1 sec)
-
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.detekt.gradle.kts
* limitations under the License. */ plugins { id("io.gitlab.arturbosch.detekt") } detekt { // enable all default rules buildUponDefaultConfig = true // customize some of the rules, until we can fix the offending cases config.convention(project.isolated.rootProject.projectDirectory.file("gradle/detekt.yml")) // also check the project build file source.from(project.buildFile) }Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Jun 20 10:11:35 UTC 2024 - 1.1K bytes - Viewed (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.collect-failed-tasks.gradle.kts
import io.gitlab.arturbosch.detekt.Detekt import org.gradle.tooling.events.task.TaskFailureResult 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. */
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Apr 11 20:57:49 UTC 2025 - 2.4K bytes - Viewed (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.build-logic.kotlin-dsl-gradle-plugin.gradle.kts
tasks.withType<KotlinCompile>().configureEach { compilerOptions { allWarningsAsErrors = true } } detekt { // overwrite the config file's location config.convention(project.isolated.rootProject.projectDirectory.file("../gradle/detekt.yml")) } tasks.named("codeQuality") { dependsOn("detekt") } tasks.validatePlugins { failOnWarning = true enableStricterValidation = true }
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Nov 11 23:24:30 UTC 2025 - 1.6K bytes - Viewed (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.kotlin-shared-runtime.gradle.kts
} kotlin { compilerOptions { allWarningsAsErrors = true jvmTarget.set(JvmTarget.JVM_1_8) } } detekt { // overwrite the config file's location config.convention(project.isolated.rootProject.projectDirectory.file("../gradle/detekt.yml"))Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Jan 22 14:28:13 UTC 2025 - 869 bytes - Viewed (0) -
.github/CODEOWNERS
gradlew @gradle/bt-developer-productivity gradlew.bat @gradle/bt-developer-productivity gradle.properties @gradle/bt-developer-productivity gradle/detekt.yml @gradle/bt-developer-productivity .mailmap images/ .github/ISSUE_TEMPLATE @gradle/bt-product-operations LICENSE @gradle/bt-product-operations
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Nov 07 21:47:29 UTC 2025 - 11K bytes - Viewed (0) -
misc/ios/detect.go
// Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. //go:build ignore // detect attempts to autodetect the correct // values of the environment variables // used by go_ios_exec. // detect shells out to ideviceinfo, a third party program that can // be obtained by following the instructions at // https://github.com/libimobiledevice/libimobiledevice.
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Oct 19 23:33:30 UTC 2023 - 3.2K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/di/DiTest.java
import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertInstanceOf; import static org.junit.jupiter.api.Assertions.assertNotNull; public class DiTest { // return true to run the test static boolean testShouldNotHaveDuplicates() { return true; } @Nested class DiTest1 { PlexusContainer container;Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Feb 10 23:18:32 UTC 2025 - 12.4K bytes - Viewed (0) -
okhttp-tls/src/test/java/okhttp3/tls/internal/der/DerTest.kt
import okio.ByteString.Companion.decodeHex import okio.ByteString.Companion.encodeUtf8 import okio.ByteString.Companion.toByteString import org.junit.jupiter.api.Disabled import org.junit.jupiter.api.Test internal class DerTest { @Test fun `decode tag and length`() { val buffer = Buffer() .writeByte(0b00011110) .writeByte(0b10000001) .writeByte(0b11001001) val derReader = DerReader(buffer)Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 31.7K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/helper/impl/MimeTypeHelperImpl.java
import org.codelibs.fess.crawler.helper.MimeTypeHelper; /** * MimeTypeHelperImpl is a helper class that detects the MIME type of a given input stream or filename. * It uses the Apache Tika library to detect the MIME type. * * <p> * This class provides methods to: * </p> * <ul> * <li>Detect the MIME type based on the input stream and filename.</li> * <li>Normalize the filename to handle special characters.</li>
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 12:19:14 UTC 2025 - 6.6K bytes - Viewed (0) -
.github/workflows/detect-conflicts.yml
Sofie Van Landeghem <******@****.***> 1757061224 +0200
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Sep 05 08:33:44 UTC 2025 - 499 bytes - Viewed (0)