dart_cognitive_complexity 2.0.0
dart_cognitive_complexity: ^2.0.0 copied to clipboard
A cognitive complexity linter for Dart libraries or applications.
2.0.0 #
- Breaking: migrated from the deprecated
custom_lint_buildertoanalysis_server_plugin. The plugin is now loaded directly by the Dart analysis server instead of throughcustom_lint. - Breaking: users no longer activate the rule under a
custom_lint:block inanalysis_options.yaml. Activate the plugin viaanalyzer.plugins:and configure the threshold under a top-levelcognitive_complexity:block. - Breaking: removed the per-rule
severity:option. Use the analyzer's standardanalyzer.errors:mechanism to override severity. - Bumped minimum SDK to
^3.6.0(required byanalysis_server_plugin).
1.0.1 #
- Bump version.
1.0.0 #
- Initial version.