Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

♻️ Refactor: Spotless 플러그인 적용 #131

Merged
merged 2 commits into from
Dec 27, 2023
Merged

Conversation

swa07016
Copy link
Member

@swa07016 swa07016 commented Dec 27, 2023

🚀 개요

Spotless 플러그인을 적용하여 컴파일 전에 자동으로 코드 포맷팅을 수행하게끔 tasks를 수정했습니다.

⏳ 작업 내용

  • Spotless 플러그인 설정
  • tasks 설정

📝 논의사항

수동 포맷팅을 하고싶으신 경우, 아래 커맨드를 사용하시면 됩니다.

  • ./gradlew spotlessCheck : 컨벤션을 지키고 있는지 검사
  • ./gradlew spotlessApply : 파일에 코드 컨밴션을 적용

@swa07016 swa07016 requested a review from CYY1007 December 27, 2023 05:57
@swa07016 swa07016 self-assigned this Dec 27, 2023
@swa07016 swa07016 linked an issue Dec 27, 2023 that may be closed by this pull request
1 task
@CYY1007 CYY1007 merged commit 3aaf28b into develop Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🔨[refactor] Spotless 코드 포매터 붙이기
2 participants