[CHORE #29]: spotless 적용 - #30
Conversation
There was a problem hiding this comment.
Code Review
The pull request focuses on applying Spotless for code formatting, enhancing CI/CD workflows, and improving test environments. The changes introduce Spotless configuration, a pre-push Git hook for format checking, and modify several Java files to adhere to the new formatting rules. Additionally, the test database is switched to an in-memory H2 database, and one test case is adjusted to reflect Optional.empty() instead of null for repository method returns. Overall, the changes aim to standardize code style and improve development practices.
There was a problem hiding this comment.
Code Review
이 PR은 Spotless를 도입하여 일관된 코드 스타일을 적용하고, 테스트 환경을 인메모리 H2 데이터베이스로 전환하여 CI 환경에 더 적합하도록 개선했습니다. 코드 품질과 유지보수성을 높이는 좋은 변경입니다. 또한, pre-push git hook을 추가하여 개발자들이 푸시 전에 포맷을 확인할 수 있도록 한 점도 훌륭합니다. 전반적으로 변경 사항이 잘 구성되어 있으며, 테스트 코드 수정도 올바르게 이루어졌습니다. pre-push 스크립트를 더 견고하게 만들기 위한 작은 제안 사항이 하나 있습니다.
Answl
left a comment
There was a problem hiding this comment.
수고했어요~~ 거의 다 포맷 맞추느라 변경된 코드네요!
📌 개요
프로젝트 코드 스타일을 통일하고, 리뷰/AI 가이드 품질을 높이기 위해 Spotless를 적용했습니다.
🔧 작업 내용
✅ 체크리스트
📝 기타 참고 사항
./gradlew updateGitHooks./gradlew spotlessApply📎 관련 이슈
Close #29