dcq_standalone 0.5.0
dcq_standalone: ^0.5.0 copied to clipboard
Standalone CLI for running DCQ rules against any Dart project.
0.5.0 #
- Added
--no-privatizeflag to suppress "consider making it private" results. - Use
analyzeDeadCodedirectly when nearly-unused and low-usage-deps are not requested. - Updated to dart_code_quality 0.5.0 and dcq_dead_code 0.3.0.
0.4.0 #
- Added
dead-codesubcommand for dead code analysis (powered bydcq_dead_code). - Updated to dart_code_quality 0.4.0.
- Privatized internal symbols; narrowed public API surface.
0.3.1 (retracted) #
0.3.0 #
- Updated to dart_code_quality 0.3.0
- Performance improvements
- Added
--benchmarkflag for phase timing
0.2.0 #
- Updated to dart_code_quality 0.2.0 (50 rule improvements, config system overhaul).
- Config resolution now follows
include:directives, matchingdart analyzebehavior. hasDcqConfigchecks merged config (includes), not just the local file.- Removed dead
readRuleOverridesand_readYamlcode.
0.1.0 #
- Initial public release.
- Updated to dart_code_quality 0.1.0.