smell_detek 0.1.1
smell_detek: ^0.1.1 copied to clipboard
A CLI tool for detecting code smells in Dart and Flutter projects. Developed by radinaldn
Changelog #
0.1.2 - 2024-08-12 #
Added #
- Introduced YAML configuration support for GodClassDetector thresholds, allowing users to customize detection parameters.
Changed #
- Refined the output to display results only when a God Class is detected, improving the clarity and relevance of the output.
Fixed #
- Resolved an issue where some classes were not being analyzed correctly for God Class detection.