Skip to content

feat/sonar cloud #2#3

Merged
jihun4452 merged 4 commits into
devfrom
feat/sonar-cloud-#2
Dec 14, 2025
Merged

feat/sonar cloud #2#3
jihun4452 merged 4 commits into
devfrom
feat/sonar-cloud-#2

Conversation

@jihun4452

Copy link
Copy Markdown
Contributor

PR 컨벤션 (Pull Request Convention)

Ⅰ. PR 내용 설명 (Describe what this PR did)
프로젝트 코드 품질 관리를 위해 SonarCloud를 도입했습니다.

  • build.gradle에 SonarQube 플러그인 및 설정 추가
  • .github/workflows/sonarcloud.yml 워크플로우 파일 생성
  • PR 생성 시 자동으로 정적 코드 분석 실행

Ⅱ. 관련 이슈 (Does this pull request fix one issue?)
closes #2

Ⅲ. 검증 방법 (Describe how to verify it)

  1. PR 생성 후 GitHub Actions 탭에서 SonarCloud Analysis 워크플로우 실행 확인
  2. 워크플로우 완료 후 PR에 SonarCloud 분석 결과 코멘트 확인
  3. SonarCloud 대시보드에서 분석 결과 확인

Ⅳ. 리뷰 시 참고 사항 (Special notes for reviews)

  • GitHub Secrets에 SONAR_TOKEN 등록 완료
  • GITHUB_TOKEN은 GitHub Actions에서 자동 제공되므로 별도 등록 불필요
  • 분석 대상 브랜치: master, dev
  • PR 생성/업데이트 시 자동 분석 실행됨

@jihun4452 jihun4452 changed the title Feat/sonar cloud #2 feat/sonar cloud #2 Dec 14, 2025
@jihun4452 jihun4452 changed the base branch from master to dev December 14, 2025 15:01
@sonarqubecloud

Copy link
Copy Markdown

@jihun4452

Copy link
Copy Markdown
Contributor Author

gradle 버전을 낮췄습니다. gradle이 최신버전이라 sonarcloud와 같이 되는 버전을 찾아야하는데
그보다 gradle버전을 낮춰서 원래 정상 구동되는 형식이 있어서 그걸로 변경했습니다.

@jihun4452 jihun4452 self-assigned this Dec 14, 2025
@jihun4452 jihun4452 added feat 기능 추가 chore 자잘한 기능 수정 labels Dec 14, 2025
@jihun4452 jihun4452 merged commit 10d0c93 into dev Dec 14, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore 자잘한 기능 수정 feat 기능 추가

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: SonarCloud 설정

1 participant