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/#113] Ktlint 룰 추가: Trailing Comma 허용 #203

Merged
merged 3 commits into from
Jul 14, 2024

Conversation

hun-ca
Copy link
Member

@hun-ca hun-ca commented Jul 14, 2024

🎫 연관 이슈

resolved #113

💁‍♂️ PR 내용

제곧내

🙏 작업

제곧내

🙈 PR 참고 사항

📸 스크린샷

🤖 테스트 체크리스트

  • 체크 미완료
  • 체크 완료

@hun-ca hun-ca added the refactor 기존 기능에 대해 개선할 때 사용됩니다. label Jul 14, 2024
@hun-ca hun-ca self-assigned this Jul 14, 2024
@hun-ca hun-ca requested a review from belljun3395 as a code owner July 14, 2024 05:13
@github-actions github-actions bot added the config 설정 파일과 관련된 내용을 다룰 때 사용됩니다 label Jul 14, 2024
Copy link
Member Author

@hun-ca hun-ca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.editorconfig 파일을 제외하곤 다른 files changed는 trailing comma 적용된 변경사항입니다

Comment on lines +12 to +14
# enable trailing_comma
ij_kotlin_allow_trailing_comma=true
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ij_kotlin_allow_trailing_comma=true << trailing comma 를 넣도록 설정함

Copy link
Collaborator

@belljun3395 belljun3395 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

네 확인했습니다!

@hun-ca hun-ca merged commit 6973595 into main Jul 14, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config 설정 파일과 관련된 내용을 다룰 때 사용됩니다 refactor 기존 기능에 대해 개선할 때 사용됩니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ktlint 변경(, 허용: trailing comma)
2 participants