사용자 도구

사이트 도구


java:checkstyle

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판 양쪽 다음 판
java:checkstyle [2017/01/01 10:49]
kwon37xi
java:checkstyle [2017/01/01 10:50]
kwon37xi
줄 5: 줄 5:
   * [[https://docs.gradle.org/current/userguide/checkstyle_plugin.html|Gradle Checkstyle Plugin]]   * [[https://docs.gradle.org/current/userguide/checkstyle_plugin.html|Gradle Checkstyle Plugin]]
  
 +<code groovy> 
 +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 파일 
 +
 +</code>
java/checkstyle.txt · 마지막으로 수정됨: 2021/05/06 22:35 저자 kwon37xi