code_quality_cli 1.0.2 copy "code_quality_cli: ^1.0.2" to clipboard
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 at dependencies:, not dev_dependencies: — build tools/codegen (build_runner, lints, ...) are legitimately never imported and were showing up as false positives.

1.0.1 #

  • Add platforms declaration (linux, macos, windows — a console tool using dart:io, no web/mobile support).
  • Add LICENSE, widen the SDK constraint, and other publish-readiness fixes.

1.0.0 #

  • assets, code, packages, and all commands, built on package:args' CommandRunner.
  • Shared Finding/AuditSection/AuditReport report model with one Renderer for every audit: colorized terminal output, a scorecard, and truncation of long lists past 10 items (--verbose to see everything).
  • --json machine-readable output and explicit exit-code semantics (0 clean, 1 findings, 2 tool/usage failure) for CI gating.
  • --strict, --no-color, --path global flags; --comment-limit/--top on code.
  • Interactive prompt flow when invoked with no subcommand in a terminal.
2
likes
130
points
251
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Installable CLI that audits a Flutter/Dart project's assets, source code, and pubspec dependencies with a shared, colorized report format.

Topics

#cli #linter #static-analysis #flutter #tools

License

MIT (license)

Dependencies

args, mason_logger

More

Packages that depend on code_quality_cli