get_smells_by_file
Retrieve code smells for a specific file path, with optional filters for commit hash, job name, or team project ID.
Instructions
파일 경로 기준으로 smell 목록을 조회한다. commitHash가 없으면 최신 결과를 사용한다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 최대 반환 건수 | |
| jobName | No | Jenkins job name 필터 | |
| filePath | Yes | source file path (부분 일치) | |
| commitHash | No | commit hash 필터 | |
| teamProjectId | No | CodeVi team project ID 필터 |