|
1 | 1 | { |
2 | 2 | "version": 1, |
3 | | - "generatedAt": "2026-02-24T19:52:36.427Z", |
4 | | - "totalIssues": 561, |
5 | | - "uniqueIssues": 172, |
| 3 | + "generatedAt": "2026-02-24T19:57:17.848Z", |
| 4 | + "totalIssues": 511, |
| 5 | + "uniqueIssues": 161, |
6 | 6 | "issues": [ |
7 | 7 | { |
8 | 8 | "filePath": "bin/swarmclaw.js", |
|
11 | 11 | "message": "A `require()` style import is forbidden.", |
12 | 12 | "count": 2 |
13 | 13 | }, |
14 | | - { |
15 | | - "filePath": "src/app/api/agents/[id]/thread/route.ts", |
16 | | - "ruleId": "@typescript-eslint/no-explicit-any", |
17 | | - "severity": 2, |
18 | | - "message": "Unexpected any. Specify a different type.", |
19 | | - "count": 3 |
20 | | - }, |
21 | 14 | { |
22 | 15 | "filePath": "src/app/api/agents/generate/route.ts", |
23 | 16 | "ruleId": "@typescript-eslint/no-explicit-any", |
|
81 | 74 | "message": "Unexpected any. Specify a different type.", |
82 | 75 | "count": 2 |
83 | 76 | }, |
84 | | - { |
85 | | - "filePath": "src/app/api/preview-server/route.ts", |
86 | | - "ruleId": "@typescript-eslint/no-explicit-any", |
87 | | - "severity": 2, |
88 | | - "message": "Unexpected any. Specify a different type.", |
89 | | - "count": 2 |
90 | | - }, |
91 | 77 | { |
92 | 78 | "filePath": "src/app/api/providers/ollama/route.ts", |
93 | 79 | "ruleId": "@typescript-eslint/no-explicit-any", |
94 | 80 | "severity": 2, |
95 | 81 | "message": "Unexpected any. Specify a different type.", |
96 | 82 | "count": 2 |
97 | 83 | }, |
98 | | - { |
99 | | - "filePath": "src/app/api/schedules/[id]/run/route.ts", |
100 | | - "ruleId": "@typescript-eslint/no-explicit-any", |
101 | | - "severity": 2, |
102 | | - "message": "Unexpected any. Specify a different type.", |
103 | | - "count": 1 |
104 | | - }, |
105 | 84 | { |
106 | 85 | "filePath": "src/app/api/secrets/[id]/route.ts", |
107 | 86 | "ruleId": "@typescript-eslint/no-unused-vars", |
|
151 | 130 | "message": "Unexpected any. Specify a different type.", |
152 | 131 | "count": 2 |
153 | 132 | }, |
154 | | - { |
155 | | - "filePath": "src/app/api/tasks/route.ts", |
156 | | - "ruleId": "@typescript-eslint/no-explicit-any", |
157 | | - "severity": 2, |
158 | | - "message": "Unexpected any. Specify a different type.", |
159 | | - "count": 2 |
160 | | - }, |
161 | 133 | { |
162 | 134 | "filePath": "src/app/api/webhooks/[id]/route.ts", |
163 | 135 | "ruleId": "@typescript-eslint/no-explicit-any", |
|
214 | 186 | "message": "A `require()` style import is forbidden.", |
215 | 187 | "count": 6 |
216 | 188 | }, |
217 | | - { |
218 | | - "filePath": "src/components/agents/agent-chat-list.tsx", |
219 | | - "ruleId": "react-hooks/exhaustive-deps", |
220 | | - "severity": 1, |
221 | | - "message": "React Hook useEffect has a missing dependency: 'loadAgents'. Either include it or remove the dependency array.", |
222 | | - "count": 1 |
223 | | - }, |
224 | 189 | { |
225 | 190 | "filePath": "src/components/agents/agent-list.tsx", |
226 | 191 | "ruleId": "react-hooks/exhaustive-deps", |
|
746 | 711 | "message": "'BoardTaskStatus' is defined but never used.", |
747 | 712 | "count": 1 |
748 | 713 | }, |
749 | | - { |
750 | | - "filePath": "src/components/tasks/task-card.tsx", |
751 | | - "ruleId": "@typescript-eslint/no-explicit-any", |
752 | | - "severity": 2, |
753 | | - "message": "Unexpected any. Specify a different type.", |
754 | | - "count": 7 |
755 | | - }, |
756 | 714 | { |
757 | 715 | "filePath": "src/components/tasks/task-list.tsx", |
758 | 716 | "ruleId": "@typescript-eslint/no-unused-vars", |
|
774 | 732 | "message": "Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element", |
775 | 733 | "count": 1 |
776 | 734 | }, |
777 | | - { |
778 | | - "filePath": "src/components/tasks/task-sheet.tsx", |
779 | | - "ruleId": "@typescript-eslint/no-unused-vars", |
780 | | - "severity": 1, |
781 | | - "message": "'BoardTask' is defined but never used.", |
782 | | - "count": 1 |
783 | | - }, |
784 | 735 | { |
785 | 736 | "filePath": "src/components/tasks/task-sheet.tsx", |
786 | 737 | "ruleId": "react-hooks/exhaustive-deps", |
|
795 | 746 | "message": "React Hook useEffect has missing dependencies: 'editing', 'loadAgents', 'loadSettings', and 'orchestrators'. Either include them or remove the dependency array.", |
796 | 747 | "count": 1 |
797 | 748 | }, |
798 | | - { |
799 | | - "filePath": "src/components/tasks/task-sheet.tsx", |
800 | | - "ruleId": "@typescript-eslint/no-explicit-any", |
801 | | - "severity": 2, |
802 | | - "message": "Unexpected any. Specify a different type.", |
803 | | - "count": 14 |
804 | | - }, |
805 | 749 | { |
806 | 750 | "filePath": "src/components/tasks/task-sheet.tsx", |
807 | 751 | "ruleId": "react-hooks/set-state-in-effect", |
|
879 | 823 | "message": "Unexpected any. Specify a different type.", |
880 | 824 | "count": 1 |
881 | 825 | }, |
882 | | - { |
883 | | - "filePath": "src/lib/server/agent-registry.ts", |
884 | | - "ruleId": "@typescript-eslint/no-explicit-any", |
885 | | - "severity": 2, |
886 | | - "message": "Unexpected any. Specify a different type.", |
887 | | - "count": 1 |
888 | | - }, |
889 | 826 | { |
890 | 827 | "filePath": "src/lib/server/build-llm.ts", |
891 | 828 | "ruleId": "@typescript-eslint/no-unused-vars", |
|
1103 | 1040 | "message": "Unexpected any. Specify a different type.", |
1104 | 1041 | "count": 2 |
1105 | 1042 | }, |
1106 | | - { |
1107 | | - "filePath": "src/lib/server/queue.ts", |
1108 | | - "ruleId": "@typescript-eslint/no-explicit-any", |
1109 | | - "severity": 2, |
1110 | | - "message": "Unexpected any. Specify a different type.", |
1111 | | - "count": 14 |
1112 | | - }, |
1113 | 1043 | { |
1114 | 1044 | "filePath": "src/lib/server/scheduler.ts", |
1115 | 1045 | "ruleId": "@typescript-eslint/no-explicit-any", |
|
1171 | 1101 | "ruleId": "@typescript-eslint/no-explicit-any", |
1172 | 1102 | "severity": 2, |
1173 | 1103 | "message": "Unexpected any. Specify a different type.", |
1174 | | - "count": 92 |
| 1104 | + "count": 90 |
1175 | 1105 | }, |
1176 | 1106 | { |
1177 | 1107 | "filePath": "src/lib/server/session-tools.ts", |
|
1185 | 1115 | "ruleId": "@typescript-eslint/no-explicit-any", |
1186 | 1116 | "severity": 2, |
1187 | 1117 | "message": "Unexpected any. Specify a different type.", |
1188 | | - "count": 43 |
| 1118 | + "count": 42 |
1189 | 1119 | }, |
1190 | 1120 | { |
1191 | 1121 | "filePath": "src/lib/server/stream-agent-chat.ts", |
|
1194 | 1124 | "message": "Unexpected any. Specify a different type.", |
1195 | 1125 | "count": 4 |
1196 | 1126 | }, |
1197 | | - { |
1198 | | - "filePath": "src/stores/use-app-store.ts", |
1199 | | - "ruleId": "@typescript-eslint/no-explicit-any", |
1200 | | - "severity": 2, |
1201 | | - "message": "Unexpected any. Specify a different type.", |
1202 | | - "count": 1 |
1203 | | - }, |
1204 | 1127 | { |
1205 | 1128 | "filePath": "src/types/index.ts", |
1206 | 1129 | "ruleId": "@typescript-eslint/no-explicit-any", |
|
0 commit comments