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
# Minimal example — relaxes magic-number for UI-heavy projects
[rules.magic-number]
allowed-numbers = [300, 400, 500, 800, 1000]

[rules.naming]
severity = "spicy"

[rules.println]
allow-in-main-files = true
threshold = 5

[[overrides]]
paths = ["tests/*"]
relax-sensitivity = true