른록노트
[CheckStyle] Java CheckStyle 적용하기 본문
개요
- maven check style 플러그인 사용
- 구글 코딩 컨벤션 사용
- intellij에서 구글 코딩 컨벤션 코딩 스타일 적용
- maven을 이용한 pre commit hook 사용
주요 변경파일
- pom.xml
- .git/hooks/pre-commit
참고사이트
메이븐 체크스타일 공식 사이트
(maven.apache.org/plugins/maven-checkstyle-plugin/examples/upgrading-checkstyle.html)
메이븐 체크리스트 config 설명
(maven.apache.org/plugins/maven-checkstyle-plugin/check-mojo.html)
메이븐 site 플러그인 공식 사이트
(maven.apache.org/plugins/maven-site-plugin/)
구글 코딩 컨벤션
(checkstyle.sourceforge.io/google_style.html)
intellij 구글 코딩 컨벤션 code-style 설정 파일 git repository
(github.com/google/styleguide)
intellij 구글 코딩 컨벤션 설정하는 방법
(jiyeonseo.github.io/2016/11/15/setting-java-google-style-to-intellij/)
Youtube - Static Code Analysis with Jenkins : PMD + Checkstyle + Findbugs (Using Maven and GIT)
(www.youtube.com/watch?v=rdqKiaxp_W0)
maven checkstyle pre commit hook 방법
반응형
Comments