list_smell_findings
Retrieve code smell findings for a specific analysis job, filtering by severity, name, category, or file path to populate dashboard detail tables.
Instructions
특정 job의 finding 목록을 severity, name, filePath 등으로 필터링하여 조회한다. dashboard 상세 테이블 표시에 사용한다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | smell rule name (ex: "long_method") | |
| jobId | Yes | 조회 대상 smell analysis job ID | |
| limit | No | ||
| offset | No | ||
| category | No | analyzer category (ex: "size_metric") | |
| filePath | No | source file path prefix (ex: "src/") | |
| severity | No |