- feat: CLI now can be compiled to and used as compiled executable.
- feat: add static code diagnostics
avoid-nested-conditional-expressions,prefer-correct-identifier-length,prefer-correct-type-name,prefer-first,prefer-last. - feat: introduce summary report.
- fix: rule-specific excludes not working on Windows.
- fix: make check-unused-l10n report class fields.
- chore: changed min
SDKversion to2.14.0. - chore: changed the supported
analyzer_pluginversion to^0.8.0. - chore: deprecate documentation in Github repo.
- chore: restrict
analyzerversion to>=2.4.0 <2.8.0.
- fix: make check-unused-l10n report class fields.
- chore: restrict
analyzerversion to>=2.4.0 <2.8.0.
- feat: add static code diagnostics
prefer-correct-type-name,prefer-last,avoid-nested-conditional-expressions. - feat: introduce summary report.
- chore: deprecate documentation in Github repo.
- chore: restrict
analyzerversion to>=2.4.0 <2.7.0.
- chore: changed min
SDKversion to2.14.0. - chore: restrict
analyzerversion to>=2.4.0 <2.6.0. - chore: changed the supported
analyzer_pluginversion to^0.8.0. - feat: add static code diagnostic
prefer-correct-identifier-length,prefer-first.
- feat: introduce
check-unused-l10ncommand. - feat: add static code diagnostic
prefer-const-border-radius. - feat: improve static code diagnostic
prefer-extracting-callbacks: don't trigger on empty function blocks and ignore Flutter builder functions. - feat: improve unused files check, add support for
vm:entry-pointannotation. - fix: compute
Number of Parametersonly for functions and methods. - fix:
Number of Parametersskip copyWith methods. - fix: skip synthetic tokens while compute
Source lines of Code. - fix: update
Maintainability Indexmetric comment message.
- Fix unhandled exception while parsing
analysis_options.yaml
- Restrict analyzer version to '>=2.1.0 <2.4.0'
- Update .pubignore
- Add support for global rules-exclude.
- Add
Halstead Volumemetric. - Add ability to configure anti-pattern severity.
- Add
--fatal-warnings,--fatal-performance,--fatal-stylecli arguments. - Deprecated GitHub reporter.
- Add support for global rules-exclude.
- Add
Halstead Volumemetric. - Add ability to configure anti-pattern severity.
- Add
--fatal-warnings,--fatal-performance,--fatal-stylecli arguments.
- Fix rule and metrics excludes for monorepos.
- Improve static code diagnostics
avoid-unused-parameters,prefer-match-file-name.
- Add static code diagnostics
avoid-ignoring-return-values,prefer-match-file-name,prefer-single-widget-per-file. - Changed the supported
analyzerversion to^2.1.0. - Changed the supported
analyzer_pluginversion to^0.7.0. - Improve cli performance.
- Changed the supported
analyzerversion to^2.1.0.
- Changed the supported
analyzerversion to^2.0.0. - Changed the supported
analyzer_pluginversion to^0.7.0.
- Add static code diagnostics
prefer-match-file-name,prefer-single-widget-per-file.
- Add better monorepos support for CLI
- Add support merge analysis options with detail rule config.
- Add support for analysis options auto discovery.
- Improve static code diagnostic
always-remove-listener. - Disable metrics report for the plugin.
- Add static code diagnostics
always-remove-listener,avoid-wrapping-in-padding,avoid-unnecessary-setstateandprefer-extracting-callbacks. - Improve static code diagnostic
avoid-returning-widgets. - Remove deprecated
Lines of Executable Codemetric, useSource lines of Codeinstead. - Changed the supported
analyzerversion to^1.7.0. - Introduce
analyzeandcheck-unused-filescommands. - Improves plugin stability.
- Add static code diagnostic
prefer-extracting-callbacks.
- Fix check unused files for files that are listed in the analyzer exclude section
- Fix plugin integration null reference.
- Switch on absolute path in plugin mode for compatibility with LSP mode.
- Add static code diagnostics
always-remove-listener,avoid-wrapping-in-paddingandavoid-unnecessary-setstate. - Improve static code diagnostic
avoid-returning-widgets. - Remove deprecated
Lines of Executable Codemetric, useSource lines of Codeinstead. - Changed the supported
analyzerversion to^1.7.0. - Introduce
analyzeandcheck-unused-filescommands.
- Fix analyzer plugin quick fix action performs on wrong file for file with
part of.
- Improve static code diagnostic
avoid-unused-parameters.
- Fix GitHub reporter
- Improve static code diagnostic
member-ordering-extended.
- Temporary lock
metapackage upper bound range to1.3.xversion.
- Temporary lock
analyzerpackage upper bound range to1.5.xversion.
- Improve static code diagnostics
no-equal-arguments,no-magic-numbers,member-ordering-extended.
- Fix anti-patterns, metrics and rules documentation url.
- Update deprecation version for
Lines of Executable CodeConsoleReporter,MetricsAnalysisRunner,MetricsAnalyzer,MetricsRecordsBuilderandMetricsRecordsStore.
- Remove unnecessary scan by
Lines of Executable Code.
- Deprecate
ConsoleReporter,MetricsAnalysisRunner,MetricsAnalyzer,MetricsRecordsBuilderandMetricsRecordsStore. - Improve static code diagnostics
avoid-returning-widgets.
- Add static code diagnostics
avoid-non-null-assertion,avoid-late-keyword. - Improve static code diagnostics
no-equal-arguments,no-magic-number. - Migrate all rule tests to
resolveFile.
- Add excludes for a separate rule.
- Add static code diagnostic
avoid-returning-widgets. - Improve static code diagnostic
no-boolean-literal-compare. - Add
Source lines of Codemetric.
- Rename all rules config items from snake_case to kebab-case with backward compatibility.
- Rework
JSONreport format. - Stable null safety release.
- Changed the supported
analyzerversion to^1.4.0. - Changed the supported
analyzer_pluginversion to^0.6.0.
- Set min
SDKversion to2.12.0. - Changed the supported
analyzerversion to^1.3.0. - Changed the supported
analyzer_pluginversion to^0.5.0. - Remove obsolete rule
prefer-trailing-comma-for-collection,potential-null-dereference. - Rename cli arguments:
ignore-filestoexcludemaximum-nestingtomaximum-nesting-levelnumber-of-argumentstonumber-of-parameters
- Update README.
- Add static code diagnostic
member-ordering-extended.
- Backport static code diagnostics
member-ordering-extended,avoid-returning-widgets. - Backport fix excludes on Windows OS.
- Allow configuring output directory for
HTMLreporter. - Fixed bug with missing CSS files in
HTMLreport directory.
- Add static code diagnostic
avoid-unused-parameters.
- Add Gitlab Code Quality support in
Code Climatereport.
- Changed the support version range of the
analyzerto>=0.39.3 <0.42.0.
- Add
Maximum Nestingmetric.
- Add static code diagnostic
prefer-trailing-comma.
- Explained usage with Flutter in README.
- Add static code diagnostics
no-equal-arguments,potential-null-dereference. - Improve
HTMLreport.
- Removed deprecated
AnalysisOptions.fromuseAnalysisOptions.fromMapinstead. - Removed deprecated
Config.linesOfCodeWarningLeveluseConfig.linesOfExecutableCodeWarningLevelinstead. - Removed deprecated
MetricsAnalysisRecorder.startRecordFileandMetricsAnalysisRecorder.endRecordFileuseMetricsRecordsStore.recordFileinstead. - Breaking Change:
MetricsAnalyzer.runAnalysisnow accept array with folder paths. - Add static code anti-patterns
long-parameter-list. - Set min
SDKversion to>=2.8.0.
- Add static code diagnostics
no-equal-then-else. - Add static code anti-patterns
long-method.
- Add static code diagnostics
provide-correct-intl-args,component-annotation-arguments-ordering.
- Fix static code diagnostics
member-orderingandprefer-conditional-expression.
- Add static code diagnostics
prefer-conditional-expressions,prefer-on-push-cd-strategy,member-ordering,no-object-declaration. - Improve static code diagnostic
no-magic-number. - Set min
analyzerto0.39.3.
- Support
analyzer_pluginversion0.3.0.
- Add experimental static code diagnostics
binary-expression-operand-order,prefer-intl-name. - Add
Number of Methodsmetric. - Drop dependency on
resource. - Improve
HTMLreport. - Set min
SDKversion to>=2.6.0.
- Add experimental static code diagnostics
prefer-trailing-comma-for-collection,no-magic-number. - Support
Number of Argumentsmetric in analyzer plugin. - Support excluding files from metrics calculation.
- Improve code diagnostics
double-literal-format,no-boolean-literal-compare. - Add experimental static code diagnostics
newline-before-return,no-empty-block,avoid-preserve-whitespace-false. - Support
Cyclomatic Complexitymetric in analyzer plugin
- Add experimental static code diagnostics
double-literal-format,no-boolean-literal-compare.
- Drop dependency on
built_collection. - Add
set-exit-on-violation-levelcli argument.
- Fix get arguments count.
- Add
Number of Argumentsmetrics.
- Validate root-folder argument.
- Fix paths to analyze fail to validate with non-default root-folder.
- Fix paths weren't validated to be inside root-folder.
- Support factory constructors analysis.
- Allow analyzing multiple directories.
- Tweak console reporter.
- Add some dartdocs.
- Update README.
- Add library usage example.
- Fix validate input arguments.
- Improve
Code Climatereport.
- Added support extension methods.
- Added support for
Code Climate.
- Initial release.