code_quality_cli 1.0.2
code_quality_cli: ^1.0.2 copied to clipboard
Installable CLI that audits a Flutter/Dart project's assets, source code, and pubspec dependencies with a shared, colorized report format.
1.0.2 #
code: comment-hygiene no longer counts///doc comments toward the comment-density limit — documentation isn't clutter.packages: the "unused dependencies" check now only looks atdependencies:, notdev_dependencies:— build tools/codegen (build_runner,lints, ...) are legitimately neverimported and were showing up as false positives.
1.0.1 #
- Add
platformsdeclaration (linux,macos,windows— a console tool usingdart:io, no web/mobile support). - Add
LICENSE, widen the SDK constraint, and other publish-readiness fixes.
1.0.0 #
assets,code,packages, andallcommands, built onpackage:args'CommandRunner.- Shared
Finding/AuditSection/AuditReportreport model with oneRendererfor every audit: colorized terminal output, a scorecard, and truncation of long lists past 10 items (--verboseto see everything). --jsonmachine-readable output and explicit exit-code semantics (0clean,1findings,2tool/usage failure) for CI gating.--strict,--no-color,--pathglobal flags;--comment-limit/--toponcode.- Interactive prompt flow when invoked with no subcommand in a terminal.