garbage-code-hunter 0.2.2

A humorous Rust code quality detector that roasts your garbage code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Python Accuracy Report

> Generated: 2026-05-15 | Projects: 1

## Tested Projects

| Project | Issues | Rules | Top Issues |
|---------|:------:|:-----:|------------|
| ZK-bulletproofs | 111 | 3 | magic-number 97, cross-file-dup 11, commented-code 3 |

## Key Observations

- `wildcard-import`: allowlist working (manim, numpy, etc. exempted)
- `bare-except`: 100% TP
- Single-letter in math code: high FP rate (n, x, y, a, b are standard notation)

## Estimated TP Rate: ~80%