Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for myCheckstyle (0.23 sec)

  1. testing/integ-test/src/crossVersionTest/groovy/org/gradle/integtests/PropertyUpgradesBinaryCompatibilityCrossVersionSpec.groovy

        def "can use upgraded Checkstyle in a Groovy plugin compiled with a previous Gradle version"() {
            given:
            prepareGroovyPluginTest """
                project.tasks.register("myCheckstyle", Checkstyle) {
                    maxErrors = 1
                    int currentMaxErrors = maxErrors
                    assert currentMaxErrors == 1
                }
            """
    
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  2. platforms/jvm/code-quality/src/integTest/groovy/org/gradle/api/plugins/quality/checkstyle/CheckstylePluginToolchainsIntegrationTest.groovy

                dependencies.add("checkstyle", dependencies.create("com.puppycrawl.tools:checkstyle:$version"))
                FileCollection checkstyleFileCollection = configuration
    
                tasks.register("myCheckstyle", Checkstyle) {
                    checkstyleClasspath = checkstyleFileCollection
                    configFile = file("\$projectDir/config/checkstyle/checkstyle.xml")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 16 22:34:07 UTC 2023
    - 10.5K bytes
    - Viewed (0)
Back to top