Skip to content

[Refactor] any 잔존 타입 제거 및 타입 커버리지 점검 #132

Description

@ming0o

배경

tsconfig.jsonstrict: true라 이미 엄격. 그럼에도 any, as any, @ts-ignore 잔존 여부 정기 점검 필요.

현재 상태

  • any 사용: 2건
  • 파일: src/api/report.api.ts, src/app/page.tsx

작업

  • any 사용 지점 검토 후 정확한 타입으로 교체
  • @ts-ignore / @ts-expect-error 잔존 점검
  • type-coverage 또는 유사 도구로 타입 커버리지 수치화
  • PR 리뷰 체크리스트에 "any 도입 금지" 추가

완료 기준

  • any 사용 0건 (정말 불가피한 경우 주석으로 근거 명시)
  • @ts-ignore 사용 0건
  • 타입 커버리지 98% 이상

Metadata

Metadata

Assignees

No one assigned

    Labels

    refactor코드 리팩토링

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions