Skip to content

Commit

Permalink
feat: no_wildcard_variable_uses
Browse files Browse the repository at this point in the history
  • Loading branch information
mockturtl committed Jun 5, 2023
1 parent afaf537 commit 43a4f7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
**Prerelease**

- `no_self_assignments` [dart-lang/linter#4067][]
- `no_wildcard_variable_uses` [dart-lang/linter#4396][]

## [3.1.0-0][3.1.0]

Expand Down Expand Up @@ -198,3 +199,4 @@
[dart-lang/linter#4207]: https://github.com/dart-lang/linter/pull/4207
[dart-lang/linter#4263]: https://github.com/dart-lang/linter/pull/4263
[dart-lang/linter#4360]: https://github.com/dart-lang/linter/pull/4360
[dart-lang/linter#4396]: https://github.com/dart-lang/linter/pull/4396
1 change: 1 addition & 0 deletions lib/analysis_options.3.1.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ linter:
- no_logic_in_create_state
- no_runtimeType_toString
- no_self_assignments
- no_wildcard_variable_uses
- non_constant_identifier_names
- noop_primitive_operations
- null_check_on_nullable_type_parameter
Expand Down

0 comments on commit 43a4f7c

Please sign in to comment.