Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CheckstylePlugin (0.15 sec)

  1. testing/architecture-test/src/changes/archunit-store/public-api-not-extends-internal-types.txt

    Class <org.gradle.api.plugins.quality.CheckstylePlugin> extends/implements org.gradle.api.plugins.quality.internal.AbstractCodeQualityPlugin that is Gradle Internal API in (CheckstylePlugin.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 13:33:20 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  2. platforms/jvm/code-quality/src/test/groovy/org/gradle/api/plugins/quality/CheckstylePluginTest.groovy

    import static org.hamcrest.CoreMatchers.not
    import static spock.util.matcher.HamcrestSupport.that
    
    class CheckstylePluginTest extends AbstractProjectBuilderSpec {
    
        def setup() {
            project.pluginManager.apply(CheckstylePlugin)
            project.file("config/checkstyle").mkdirs()
            project.file("custom").mkdirs()
        }
    
        def "applies reporting-base plugin"() {
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 21 12:23:38 UTC 2023
    - 10.2K bytes
    - Viewed (0)
Back to top