사용자 도구

사이트 도구


java:checkstyle

문서의 이전 판입니다!


Java Checkstyle

Gradle 설정

tasks.withType(Checkstyle) {
    reports {
        xml.enabled true
        html.enabled false
        html.stylesheet resources.text.fromFile('config/xsl/checkstyle-custom.xsl')
    }
    ignoreFailures = true
    configFile = 'config/checkstyle/checkstyle.xml' // rule 파일
}
java/checkstyle.1483237242.txt.gz · 마지막으로 수정됨: 2017/01/01 10:50 저자 kwon37xi