티스토리 뷰

> Using the Gradle Checkstyle Plugin for Code Style Reporting

> plugin 추가 및 설정

apply plugin: 'checkstyle'


checkstyle {

toolVersion = checkstyleVersion

config = rootProject.resources.text.fromFile('etc/checkstyle/rules.xml')

}


> rules.xml 파일 생성

rules.xml

> build task 실행

> gradlew clean build


결과>

* 아래와 같이 build/reports/checkstyle 디렉토리 및 결과물 생성


* 기존 buildDashBoard/index.html 에 checkstyle report 페이지 링크 생성

* 아래와 같이 checkstyle report 확인




[참고]

google code style guide

https://github.com/google/styleguide



댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
«   2025/02   »
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28