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

build: use checkstyle to validate code convension #12

Closed
junghoon-vans opened this issue Jan 13, 2023 · 0 comments
Closed

build: use checkstyle to validate code convension #12

junghoon-vans opened this issue Jan 13, 2023 · 0 comments
Assignees
Labels
🚀 build 빌드 작업과 관련된 작업을 명시합니다. (Gradle, CI/CD 등)

Comments

@junghoon-vans
Copy link
Member

junghoon-vans commented Jan 13, 2023

Description

Checkstyle은 자바 코드 스타일을 검사하는 정적 분석 도구입니다.
이것을 사용하면 프로젝트 상에 작성되는 코드를 일관된 스타일로 유지할 수 있습니다.

Solution

Alternatives

추가로 SonarQube와 연동하는 깃헙 워크플로우를 작성하면 PR 오픈 시마다 코드를 분석할 수 있습니다.

Additional Context

No response

@junghoon-vans junghoon-vans added the 🚀 build 빌드 작업과 관련된 작업을 명시합니다. (Gradle, CI/CD 등) label Jan 13, 2023
@junghoon-vans junghoon-vans self-assigned this Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 build 빌드 작업과 관련된 작업을 명시합니다. (Gradle, CI/CD 등)
Projects
None yet
Development

No branches or pull requests

1 participant