Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: update VGA to Dart 3.4 #101

Merged
merged 8 commits into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: add no_wildcard_variable_uses
  • Loading branch information
alestiago committed Jun 4, 2024
commit e7749fd732f86d2a72c43672439609e7fc6fbdc8
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- [missing_code_block_language_in_doc_comment](https://dart.dev/tools/linter-rules/missing_code_block_language_in_doc_comment)
- [unnecessary_library_name](https://dart.dev/tools/linter-rules/unnecessary_library_name)
- [no_self_assignments](https://dart.dev/tools/linter-rules/no_self_assignments)
- [no_wildcard_variable_uses](https://dart.dev/tools/linter-rules/no_wildcard_variable_uses)

# 5.1.0

Expand Down
2 changes: 2 additions & 0 deletions lib/analysis_options.6.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,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 Expand Up @@ -209,3 +210,4 @@ linter:
- use_to_and_as_if_applicable
- valid_regexps
- void_checks