splendid_code_quality 1.1.0
splendid_code_quality: ^1.1.0 copied to clipboard
A Dart CLI tool for analyzing and measuring code quality using industry-standard metrics.
1.1.0 #
- Improved HTML report table layout to prevent long file paths from pushing columns off-screen.
- Added clickable column headers for sorting the All Files table by any metric.
- Bold file names in the All Files table for easier scanning.
1.0.1 #
- Updated README with usage commands for every analysis type.
1.0.0 #
- Initial release of Splendid Code Quality.
- CLI tool for analyzing Dart codebases using industry-standard quality metrics.
- Cyclomatic complexity analysis measuring independent paths through source code.
- Cognitive complexity analysis measuring how difficult code is to understand.
- Halstead metrics analysis measuring program vocabulary, volume, difficulty, and effort.
- Depth of inheritance analysis measuring class hierarchy depth.
- Lines of code analysis with breakdowns for code lines, comment lines, and blank lines.
- HTML report generation combining all metrics into a single color-coded dashboard.
- Support for analyzing individual files or entire directories recursively.
- Configurable output path for HTML reports.