Detect code smells and compute quality scores. Static analysis in pure JS.
  • JavaScript 100%
Find a file
2026-06-16 16:12:09 +00:00
src feat(#1): Code smell detector with quality scoring and suggestions 2026-06-12 16:11:46 +00:00
tests test: add e2e tests for full smell detection pipeline 2026-06-16 16:11:52 +00:00
.gitignore feat(#1): Code smell detector with quality scoring and suggestions 2026-06-12 16:11:46 +00:00
package-lock.json feat(#1): Code smell detector with quality scoring and suggestions 2026-06-12 16:11:46 +00:00
package.json feat(#1): Code smell detector with quality scoring and suggestions 2026-06-12 16:11:46 +00:00
README.md Initial commit 2026-06-12 16:09:57 +00:00

code-smell-detector

Detect code smells and compute quality scores. Static analysis in pure JS.