Skip to content

Commit 1f203f3

Browse files
committed
Add code-inspector
1 parent 66668c6 commit 1f203f3

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

data/tools/code-inspector.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: code-inspector
2+
categories:
3+
- linter
4+
tags:
5+
- go
6+
- python
7+
- javascript
8+
- typescript
9+
- rust
10+
- java
11+
- c
12+
- cpp
13+
- csharp
14+
- ruby
15+
- php
16+
- scala
17+
license: MIT License
18+
types:
19+
- cli
20+
source: 'https://github.com/miguelbravo7/code-inspector'
21+
homepage: 'https://github.com/miguelbravo7/code-inspector'
22+
description: >-
23+
A Go CLI and library that ranks code by complexity x git churn to surface
24+
refactoring hotspots. Reports cyclomatic and cognitive complexity, Halstead
25+
metrics and a Maintainability Index, token-normalized duplicate-code (clone)
26+
detection, and an import dependency graph (fan-in/fan-out and cycle detection)
27+
across many languages via tree-sitter. Also ships a Claude Code skill for
28+
AI-assisted code review.

0 commit comments

Comments
 (0)