-
IntelliJ/CheckStyle 및 GoogleStyle Formatter 설정Tool/IntelliJ 2022. 10. 20. 08:28
CheckStyle 설정
CheckStyle 설치 후 IDE Restart
Check Style을 Google Checks로 변경
GoogleStyle Formatter 설정
아래 사이트는 구글 스타일에 대한 컨벤션 규칙임으로 참고 바람
https://google.github.io/styleguide/javaguide.html
각자의 방법으로 아래사이트에서 `intellij-java-google-style.xml`파일을 다운로드 한다. (저같은 경우에는 압축파일 전체 받음)
https://github.com/google/styleguide
에디터 > 코드 스타일 로 이동하여 IntelliJ IDEA 코드 스타일 XML을 Import 한다.
GoogleStyle Import
변경이 필요한 컨벤션 설정
CheckStyle 관련 부분은 1차적으로 참조만 하고, Formatter 부분만 주로 사용해보고 노하우가 쌓이면 나머지 내용들도 보강해 나가는 식으로 진행하자!!
코드자동 정렬을 해야 코딩 스타일이 적용된다.(단축키 아래 URL 참조) 코딩컨벤션에 대한 논의 후 정리가 된다면 저장과 동시에 포멧팅이 되도록 할 예정이다.!
https://dchkang83.tistory.com/83
참조)
https://djlee118.tistory.com/430
'Tool > IntelliJ' 카테고리의 다른 글
IntelliJ/mariaDB Illegal mix of collations (utf8mb4_general_ci,COERCIBLE) and (utf8mb4_unicode_ci,COERCIBLE) for operation 'like' (0) 2023.02.08 IntelliJ/MyBatis 경고 설정 (코드 검사 및 포멧팅) (0) 2022.11.02 IntelliJ/단축키 모음 (0) 2022.10.20 IntelliJ/Module Import (0) 2022.10.05 IntelliJ + Gradle + Lombok + 테스트코드 (0) 2021.04.08