chore: dart format 전면 적용 + CI 포맷·커버리지 게이트#150
Merged
Conversation
CI 게이트가 명목상이라는 지적 해소: - dart format 미적용 파일 37개 일괄 포맷(순수 포맷 변경, 로직 무변화 — 테스트 104건 통과로 확인). post_create_screen.dart 는 진행 중 작업 (WIP·PR #143)과 겹쳐 일시 제외, 머지 후 포맷 예정 - CI 포맷 게이트: lib/test 의 tracked dart 파일 전체(위 1개 제외) - CI 커버리지 하한 게이트: 10% 미만 실패(현재 12.5%, 오르는 만큼 상향) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
요약
'CI 게이트가 명목상' 지적 해소 — 포맷과 커버리지에 실제 게이트를 겁니다.
post_create_screen.dart는 진행 중인 작업(PR fix: 게시글 사진 인증 촬영 대상 완화 — 연결 펫 아무나 #143·WIP)과 겹쳐 일시 제외했고, 그 작업이 머지되면 포맷 후 제외를 풉니다(ci.yml 주석에 명시)dart format --set-exit-if-changed— lib/test 의 tracked 파일 전체(위 1개 제외)이 PR 의 CI 통과가 곧 'stable 채널 포맷터와 로컬(dev) 포맷터가 같은 판정을 내린다'는 검증이기도 합니다.
🤖 Generated with Claude Code