Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for getMaxWarnings (0.22 sec)

  1. platforms/jvm/code-quality/src/main/groovy/org/gradle/api/plugins/quality/CheckstylePlugin.java

            taskMapping.map("maxErrors", (Callable<Integer>) () -> extension.getMaxErrors());
            taskMapping.map("maxWarnings", (Callable<Integer>) () -> extension.getMaxWarnings());
            task.getConfigDirectory().convention(extension.getConfigDirectory());
            task.getEnableExternalDtdLoad().convention(extension.getEnableExternalDtdLoad());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 08:01:57 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/provider-task-properties.txt

    Method <org.gradle.api.plugins.quality.Checkstyle.getMaxErrors()> does not have raw return type assignable to org.gradle.api.provider.Property in (Checkstyle.java:0)
    Method <org.gradle.api.plugins.quality.Checkstyle.getMaxWarnings()> does not have raw return type assignable to org.gradle.api.provider.Property in (Checkstyle.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 13:33:20 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  3. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Method <org.gradle.api.plugins.quality.CheckstyleExtension.getMaxErrors()> does not have raw return type assignable to org.gradle.api.provider.Property in (CheckstyleExtension.java:0)
    Method <org.gradle.api.plugins.quality.CheckstyleExtension.getMaxWarnings()> does not have raw return type assignable to org.gradle.api.provider.Property in (CheckstyleExtension.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 160.5K bytes
    - Viewed (0)
Back to top