You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Hotspots / duplicates / naming checks | Yes | No | No | No |
172
+
173
+
Notes:
174
+
- “Manual excludes” means the tool supports flags to ignore paths but doesn’t automatically read .gitignore or provide built-in caching like CodeState.
175
+
- See Performance benchmarks below for speed guidance and how to reproduce measurements.
- Developer-facing: ASCII charts (pie/heatmap/bar) directly in terminal — great for quick reviews.
176
-
- History-aware: hotspots/churn from git to guide refactoring.
177
-
- Team insights: contributors and blame stats per file.
178
-
- Fast on repeats: built-in caching for large repos.
179
-
Flexible exports: HTML/Markdown/JSON/CSV/Excel for reports and CI artifacts.
179
+
- Instant understanding: go beyond LOC to highlight duplicates, complexity hotspots, refactor candidates, naming issues, and dead code — right in your terminal.
180
+
- Visual by default: ASCII pie/heatmap/bar charts make trends obvious during reviews, without leaving the CLI.
181
+
- History-aware decisions: git hotspots/churn help you prioritize the files that matter most.
182
+
- Team visibility: contributors and blame insights per file unlock ownership and onboarding context.
183
+
- CI-ready artifacts: export HTML/Markdown/JSON/CSV/Excel for reports, dashboards, and pipelines.
184
+
- Faster repeat runs: built-in caching and .gitignore support keep large repositories snappy over time.
185
+
186
+
Tip: Combine CodeState with a GitHub Action to post a compact Markdown summary on every PR.
0 commit comments