Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for javaClassWithNewLineAtEnd (0.54 sec)

  1. platforms/jvm/code-quality/src/integTest/groovy/org/gradle/api/plugins/quality/checkstyle/CheckstylePluginMultiProjectTest.groovy

        def "configures checkstyle extension to read config from root project in a single project build"() {
            given:
            buildFile << javaProjectUsingCheckstyle()
            file('src/main/java/Dummy.java') << javaClassWithNewLineAtEnd()
            file('config/checkstyle/checkstyle.xml') << simpleCheckStyleConfig()
    
            expect:
            succeeds('checkstyleMain')
            checkStyleReportFile(testDirectory).assertExists()
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 25 13:39:06 UTC 2024
    - 6.1K bytes
    - Viewed (0)
Back to top