- chore: restrict
analyzer
version to>=5.1.0 <5.14.0
.
- chore: restrict
analyzer
version to>=5.1.0 <5.13.0
.
- chore: restrict
analyzer
version to>=5.1.0 <5.12.0
.
- chore: update website links.
- chore: restrict
analyzer
version to>=5.1.0 <5.11.0
.
- fix: handle dynamics in map literals for
avoid-dynamic
. - fix: change anti-patterns default severity to
warning
. - feat: add static code diagnostic
prefer-define-hero-tag
. - chore: restrict
analyzer
version to>=5.1.0 <5.9.0
. - feat: add static code diagnostic
avoid-substring
. - fix: correctly track prefixes usage for check-unused-code.
- fix: visit only widgets for
use-setstate-synchronously
.
- fix: correctly handle implicit type parameters for
no-equal-arguments
. - fix: correctly handle
dynamic
type foravoid-passing-async-when-sync-expected
. - fix: check
didChangeDependencies
foravoid-unnecessary-setstate
. - fix: add new config option for
no-equal-arguments
. - feat: add
allow-nullable
config option foravoid-returning-widgets
. - fix: support
assert(mounted)
foruse-setstate-synchronously
. - fix: correctly support dartdoc tags for
format-comment
. - fix: resolve several false-positives with while loops, setters and implicit type parameters for
prefer-moving-to-variable
.
- docs: remove old website
- feat: add static code diagnostic
correct-game-instantiating
. - feat: add static code diagnostic
avoid-initializing-in-on-mount
. - feat: add static code diagnostic
avoid-creating-vector-in-update
. - feat: add static code diagnostic
avoid-redundant-async-on-load
.
- fix: export missing parts of public API.
- feat: support
context.mounted
foruse-setstate-synchronously
. - feat: add
allow-only-once
option tono-magic-number
.
- fix: partially handle normal completion function body for
avoid-redundant-async
. - fix: ignore enum constant arguments for
no-magic-number
. - fix: correctly handle prefixed enums and static instance fields for
prefer-moving-to-variable
. - feat: add static code diagnostic
prefer-provide-intl-description
. - feat: exclude
.freezed.dart
files by default. - fix: handle try and switch statements for
use-setstate-synchronously
- chore: restrict
analyzer
version to>=5.1.0 <5.4.0
. - fix: ignore method invocations in a variable declaration for
prefer-moving-to-variable
. - feat: add
allow-initialized
option toavoid-late-keyword
. - feat: add
ignored-types
option toavoid-late-keyword
. - fix: support tear-off methods for
check-unnecessary-nullable
. - fix: correctly handle empty comment sentence for
format-comment
. - feat: support type=lint suppression.
- feat: ignore tear-off methods for
avoid-unused-parameters
. - feat: show warning for rules without config that require config to work.
- fix: correctly handle FunctionExpressions for
avoid-redundant-async
. - feat: support ignoring nesting for
prefer-conditional-expressions
. - fix: ignore Providers for
avoid-returning-widgets
. - feat: add
use-setstate-synchronously
. - fix: correctly invalidate edge cases for
use-setstate-synchronously
. - fix: handle multiline comments for
format-comment
. - chore: update presets reference.
- feat: add static code diagnostic
list-all-equatable-fields
. - feat: add
strict
config option toavoid-collection-methods-with-unrelated-types
. - fix: support function expression invocations for
prefer-moving-to-variable
. - feat: support ignoring regular comments for
format-comment
. - fix: ignore doc comments for
prefer-commenting-analyzer-ignores
.
- fix: avoid null check exception in the analyzer.
- fix: remove recursive traversal for
ban-name
rule. - feat: add static code diagnostic
avoid-double-slash-imports
. - feat: add static code diagnostic
prefer-using-list-view
. - feat: add static code diagnostic
avoid-unnecessary-conditionals
. - feat: support boolean literals removal for
prefer-conditional-expressions
auto-fix. - fix: correctly support conditional imports for
check-unused-code
.
- feat: add static code diagnostic
arguments-ordering
. - feat: add method call chains support for
ban-name
. - fix: update
dart_all.yaml
preset to contain missing rules. - docs: improve rule checklist for contributors
- feat: add static code diagnostic
prefer-static-class
. - feat: ignore
hcwidget
annotations in 'avoid-returning-widgets' rule by default.
- fix: correctly available check rule names.
- feat: Breaking change rename
member-ordering-extended
tomember-ordering
, discarding the old implementation. - feat: support report to the json file option for the
analyze
command. - feat: make CliRunner a part of public API in order to support transitive executable calls use-case.
- feat: add static code diagnostic
avoid-cascade-after-if-null
. - feat: Breaking change handle widget members order separately in
member-ordering
. - feat: support dynamic method names for
member-ordering
. - fix: check
of
constructor exist forprefer-iterable-of
- feat: Breaking change change severity for avoid-banned-imports, prefer-trailing-comma, ban-name rules.
- feat: support proxy calls for check-unused-l10n.
- feat: Breaking change cleanup public API.
- chore: restrict
analyzer
version to>=5.1.0 <5.3.0
. - feat: add
print-config
option to all commands. - feat: add validation for rule names in
analysis_options.yaml
both for theanalyze
command and the plugin. - feat: support
includes
in the rules config. - fix: ignore
@override
methods foravoid-redundant-async
.
- fix: correctly handle FutureOr functions for
avoid-passing-async-when-sync-expected
. - chore: add version to plugin name.
- fix: stop plugin flickering after migration to new api.
- feat: add 'include-methods' config to static code diagnostic
missing-test-assertion
. - feat: add static code diagnostic
missing-test-assertion
. - feat: add support for presets.
- feat: add logger and progress indication.
- fix: fix excludes for rules intended only for tests.
- chore: changed min
SDK
version to2.18.0
. - chore: restrict
analyzer
version to>=5.1.0 <5.2.0
. - chore: restrict
analyzer_plugin
version to>=0.11.0 <0.12.0
. - fix: make
avoid-redundant-async
correctly handle yield.
- fix: make
avoid-redundant-async
correctly handle nullable return values. - fix: make
avoid-wrapping-in-padding
trigger only on Container widget.
- feat: add static code diagnostic
check-for-equals-in-render-object-setters
. - feat: add static code diagnostic
consistent-update-render-object
. - feat: add static code diagnostic
avoid-redundant-async
. - feat: add static code diagnostic
prefer-correct-test-file-name
. - feat: add static code diagnostic
prefer-iterable-of
.
- fix: fix regression in is! checks for
avoid-unnecessary-type-assertions
.
- fix: use empty analysis options exclude to properly resolve units and speed up commands analysis.
- fix: fix regression in is! checks for
avoid-unnecessary-type-assertions
. - chore: revert
analyzer_plugin
version to>=0.10.0 <0.11.0
.
- feat: support passing file paths to all commands.
- fix: avoid-top-level-members-in-tests ignore lib
- fix:
--reporter=json
forcheck-unnecessary-nullable
crashes, sayingConverting object to an encodable object failed: Instance of 'MappedIterable<FormalParameter, String>'
. - fix: support variables shadowing for
avoid-unused-parameters
. - fix: support not named builder parameters for
avoid-returning-widgets
. - feat: make
avoid-unnecessary-type-assertions
handle is! checks. - fix: make check-unnecessary-nullable command ignore Flutter keys.
- chore: restrict
analyzer
version to>=4.1.0 <4.8.0
. - fix: add const to edge insets constructors in
prefer-correct-edge-insets-constructor-rule
when appropriate. - fix: make
avoid-border-all
not report errors on final variables. - feat: add static code diagnostic
avoid-passing-async-when-sync-expected
.
- chore: restrict
analyzer
version to>=4.1.0 <4.7.0
.
- chore: restrict
analyzer
version to>=4.1.0 <4.5.0
. - chore: restrict
analyzer_plugin
version to>=0.11.0 <0.12.0
. - feat: replace relative path in reporters output with absolute to support IDE clicks.
- chore: restrict
analyzer
version to>=4.0.0 <4.7.0
.
- feat: add configuration to
prefer-moving-to-variable
. - feat: add flutter specific methods config to
member-ordering-extended
. - feat: add static code diagnostic
avoid-duplicate-exports
. - feat: add static code diagnostic
avoid-shrink-wrap-in-lists
. - feat: add static code diagnostic
avoid-top-level-members-in-tests
. - feat: add static code diagnostic
prefer-correct-edge-insets-constructor-rule
. - feat: add static code diagnostic
prefer-enums-by-name
. - feat: add suppressions for
check-unused-code
,check-unused-files
,check-unnecessary-nullable
commands. - fix: add zero exit to command runner.
- fix: show lint issue in html report.
- chore: restrict
analyzer
version to>=4.0.0 <4.4.0
. - chore: revert
analyzer_plugin
version to>=0.10.0 <0.11.0
.
- feat: add static code diagnostic
avoid-expanded-as-spacer
. - feat: migrate to new analyzer plugins API.
- chore: changed min
SDK
version to2.17.0
. - chore: restrict
analyzer
version to>=4.1.0 <4.3.0
. - chore: restrict
analyzer_plugin
version to>=0.11.0 <0.12.0
.
- feat: introduce new command
check-unnecessary-nullable
. - feat: add
avoid-banned-imports
rule. - feat: add configuration to
prefer-extracting-callbacks
. - feat: improve
checkstyle
report, added metrics entries. - fix: normalize file paths after extraction from analyzed folder.
- fix: improve context root included files calculation.
- fix: resolve package with imported analysis options.
- fix: correctly handle
-
symbol forprefer-commenting-analyzer-ignores
. - fix: change elements equality check to overcome incorrect libs resolution.
- chore: restrict
analyzer
version to>=2.4.0 <4.2.0
. - chore: clean up unnecessary nullable parameters.
- test: added test case in
prefer-const-border-radius
rule.
- feat: add the
ignored-patterns
option toformat-comment
. The given regular expressions will be used to ignore comments that match them. - fix:
avoid-border-all
is triggered even when it is not a const. - fix: remove duplicated and ignore void function calls for
prefer-moving-to-variable
. - fix: temporary remove enums support for
prefer-trailing-comma
.
- chore: restrict
analyzer
version to>=2.4.0 <4.1.0
. - chore: restrict
analyzer_plugin
version to>=0.8.0 <0.11.0
.
- fix:
format-comment
is listing the macros from dart doc. - feat: add static code diagnostic
avoid-non-ascii-symbols
. - feat: remove declaration in
prefer-immediate-return
. - fix: correctly handle disabling rules with false.
- fix: dart-code-metrics crash saying
Bad state: No element
when running command.
- feat: add static code diagnostic
prefer-commenting-analyzer-ignores
. - feat: add static code diagnostic
prefer-moving-to-variable
. - fix: add check for supertypes for
avoid-non-null-assertions
rule. - fix: correctly handle nullable types of collections for
avoid-collection-methods-with-unrelated-types
rule. - fix: cover more cases in
prefer-immediate-return
rule. - fix: support index expressions for
no-magic-number
rule. - docs: update
prefer-async-await
rule. - chore: restrict
analyzer
version to>=2.4.0 <3.4.0
.
- feat: add Checkstyle format reporter.
- feat: add
prefer-immediate-return
rule
- feat: add static code diagnostics
avoid-collection-methods-with-unrelated-types
,ban-name
,tag-name
. - fix: added parameter constant check in
avoid-border-all
. - chore: restrict
analyzer
version to>=2.4.0 <3.4.0
. - chore: set min
mocktail
version to^0.3.0
.
- feat: add static code diagnostics
format-comment
,avoid-border-all
. - feat: improve
avoid-returning-widgets
builder functions handling. - fix: correctly handle const maps in
no-magic-number
. - fix: correctly handle excluded files for
check-unused-code
. - chore: activate new lint rules.
- refactor: prepare for complex metric values.
- fix: move byte store out of driver creation to reuse it between multiple plugins.
- fix: add
monorepo
flag forcheck-unused-files
command. - fix: ignore a class usage inside
State<T>
forcheck-unused-code
command. - fix: correctly handle variables declaration for
check-unused-code
command. - feat: add static code diagnostics
avoid-dynamic
,prefer-async-await
.
- fix: restore
analyze
command as default command.
- feat: add
check-unused-code
command with monorepos support. - feat: support excludes for a separate anti-pattern.
- feat: improve
check-unused-l10n
command, ignore private members and cover supertype member calls. - feat: add new command flag
--no-congratulate
. - feat: add
--version
flag to print current version of the package. - feat: support Flutter internal entry functions for
check-unused-files
andcheck-unused-code
. - fix: cyclomatic complexity calculation for functions with internal lambdas.
- fix: ignore private variables in
avoid-global-state
rule. - chore: restrict
analyzer
version to>=2.4.0 <3.3.0
.
- fix: support excludes and conditional imports for
check-unused-code
command.
- feat: add check unused code command.
- feat: support excludes for a separate anti-pattern.
- feat: ignore private members for
check-unused-l10n
command. - fix: ignore private variables in
avoid-global-state
rule. - chore: restrict
analyzer
version to>=2.4.0 <3.2.0
.
- fix:
avoid-global-state
to support static fields. - fix:
prefer-extracting-callbacks
in nested widgets. - fix: correctly handle method invocations on getters and method of for
check-unused-l10n
command.
- feat: add static code diagnostics
avoid-global-state
,avoid-unrelated-type-assertions
. - feat: support extensions and static getters for
check-unused-l10n
. - feat: improve prefer-correct-type-name,
prefer-match-file-name
rules. - feat: add
delete-files
flag tocheck-unused-files
command. - feat: facelift console reporters.
- chore: restrict
analyzer
version to>=2.4.0 <3.1.0
. - chore: restrict
analyzer_plugin
version to>=0.8.0 <0.10.0
.
- feat: add cli options for fatal exit if unused files or l10n are found.
- feat: add alphabetical sorting by type for
member-ordering-extended
rule. - feat: add support mixins, extensions and enums for
prefer-match-file-name
rule. - feat: add
technical-debt
metric. - fix:
prefer-conditional-expressions
rule breaks code with increment / decrement operators. - chore: restrict
analyzer
version to>=2.4.0 <2.9.0
.
- feat: add static code diagnostics
avoid-throw-in-catch-block
,avoid-unnecessary-type-assertions
,avoid-unnecessary-type-casts
,avoid-missing-enum-constant-in-map
. - feat: improve check unused l10n.
- fix:
no-magic-number
not working in array of widgets. - chore: activate self implemented rules:
avoid-unnecessary-type-assertions
,avoid-unnecessary-type-casts
,prefer-first
,prefer-last
,prefer-match-file-name
. - refactor: cleanup anti-patterns, metrics and rules documentation.
- 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
SDK
version to2.14.0
. - chore: changed the supported
analyzer_plugin
version to^0.8.0
. - chore: deprecate documentation in Github repo.
- chore: restrict
analyzer
version to>=2.4.0 <2.8.0
.
- fix: make check-unused-l10n report class fields.
- chore: restrict
analyzer
version 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
analyzer
version to>=2.4.0 <2.7.0
.
- chore: changed min
SDK
version to2.14.0
. - chore: restrict
analyzer
version to>=2.4.0 <2.6.0
. - chore: changed the supported
analyzer_plugin
version to^0.8.0
. - feat: add static code diagnostic
prefer-correct-identifier-length
,prefer-first
.
- feat: introduce
check-unused-l10n
command. - 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-point
annotation. - fix: compute
Number of Parameters
only for functions and methods. - fix:
Number of Parameters
skip copyWith methods. - fix: skip synthetic tokens while compute
Source lines of Code
. - fix: update
Maintainability Index
metric 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 Volume
metric. - Add ability to configure anti-pattern severity.
- Add
--fatal-warnings
,--fatal-performance
,--fatal-style
cli arguments. - Deprecated GitHub reporter.
- Add support for global rules-exclude.
- Add
Halstead Volume
metric. - Add ability to configure anti-pattern severity.
- Add
--fatal-warnings
,--fatal-performance
,--fatal-style
cli 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
analyzer
version to^2.1.0
. - Changed the supported
analyzer_plugin
version to^0.7.0
. - Improve cli performance.
- Changed the supported
analyzer
version to^2.1.0
.
- Changed the supported
analyzer
version to^2.0.0
. - Changed the supported
analyzer_plugin
version 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-setstate
andprefer-extracting-callbacks
. - Improve static code diagnostic
avoid-returning-widgets
. - Remove deprecated
Lines of Executable Code
metric, useSource lines of Code
instead. - Changed the supported
analyzer
version to^1.7.0
. - Introduce
analyze
andcheck-unused-files
commands. - 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-padding
andavoid-unnecessary-setstate
. - Improve static code diagnostic
avoid-returning-widgets
. - Remove deprecated
Lines of Executable Code
metric, useSource lines of Code
instead. - Changed the supported
analyzer
version to^1.7.0
. - Introduce
analyze
andcheck-unused-files
commands.
- 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
meta
package upper bound range to1.3.x
version.
- Temporary lock
analyzer
package upper bound range to1.5.x
version.
- 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 Code
ConsoleReporter
,MetricsAnalysisRunner
,MetricsAnalyzer
,MetricsRecordsBuilder
andMetricsRecordsStore
.
- Remove unnecessary scan by
Lines of Executable Code
.
- Deprecate
ConsoleReporter
,MetricsAnalysisRunner
,MetricsAnalyzer
,MetricsRecordsBuilder
andMetricsRecordsStore
. - 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 Code
metric.
- Rename all rules config items from snake_case to kebab-case with backward compatibility.
- Rework
JSON
report format. - Stable null safety release.
- Changed the supported
analyzer
version to^1.4.0
. - Changed the supported
analyzer_plugin
version to^0.6.0
.
- Set min
SDK
version to2.12.0
. - Changed the supported
analyzer
version to^1.3.0
. - Changed the supported
analyzer_plugin
version to^0.5.0
. - Remove obsolete rule
prefer-trailing-comma-for-collection
,potential-null-dereference
. - Rename cli arguments:
ignore-files
toexclude
maximum-nesting
tomaximum-nesting-level
number-of-arguments
tonumber-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
HTML
reporter. - Fixed bug with missing CSS files in
HTML
report directory.
- Add static code diagnostic
avoid-unused-parameters
.
- Add Gitlab Code Quality support in
Code Climate
report.
- Changed the support version range of the
analyzer
to>=0.39.3 <0.42.0
.
- Add
Maximum Nesting
metric.
- Add static code diagnostic
prefer-trailing-comma
.
- Explained usage with Flutter in README.
- Add static code diagnostics
no-equal-arguments
,potential-null-dereference
. - Improve
HTML
report.
- Removed deprecated
AnalysisOptions.from
useAnalysisOptions.fromMap
instead. - Removed deprecated
Config.linesOfCodeWarningLevel
useConfig.linesOfExecutableCodeWarningLevel
instead. - Removed deprecated
MetricsAnalysisRecorder.startRecordFile
andMetricsAnalysisRecorder.endRecordFile
useMetricsRecordsStore.recordFile
instead. - Breaking Change:
MetricsAnalyzer.runAnalysis
now accept array with folder paths. - Add static code anti-patterns
long-parameter-list
. - Set min
SDK
version 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-ordering
andprefer-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
analyzer
to0.39.3
.
- Support
analyzer_plugin
version0.3.0
.
- Add experimental static code diagnostics
binary-expression-operand-order
,prefer-intl-name
. - Add
Number of Methods
metric. - Drop dependency on
resource
. - Improve
HTML
report. - Set min
SDK
version to>=2.6.0
.
- Add experimental static code diagnostics
prefer-trailing-comma-for-collection
,no-magic-number
. - Support
Number of Arguments
metric 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 Complexity
metric 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-level
cli argument.
- Fix get arguments count.
- Add
Number of Arguments
metrics.
- 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 Climate
report.
- Added support extension methods.
- Added support for
Code Climate
.
- Initial release.