Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NotJavadoc (0.08 sec)

  1. platforms/software/resources-s3/build.gradle.kts

    plugins {
        id("gradlebuild.distribution.api-java")
    }
    
    description = "Implementation for interacting with S3 repositories"
    
    errorprone {
        disabledChecks.addAll(
            "NotJavadoc", // 1 occurrences
            "StringCaseLocaleUsage", // 1 occurrences
            "UnusedMethod", // 2 occurrences
            "UnusedVariable", // 1 occurrences
        )
    }
    
    dependencies {
        api(projects.serviceProvider)
        api(project(":core"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:36 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  2. subprojects/core/build.gradle.kts

            "ModifyCollectionInEnhancedForLoop", // 1 occurrences
            "MutablePublicArray", // 2 occurrences
            "NonApiType", // 1 occurrences
            "NonCanonicalType", // 16 occurrences
            "NotJavadoc", // 1 occurrences
            "OperatorPrecedence", // 5 occurrences
            "OptionalMapUnusedValue", // 1 occurrences
            "ProtectedMembersInFinalClass", // 1 occurrences
            "ReferenceEquality", // 2 occurrences
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:14 UTC 2024
    - 12.1K bytes
    - Viewed (0)
Back to top