Skip to content

Commit

Permalink
fix: remove prefer_void_to_null
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Aug 18, 2024
1 parent 66cfba9 commit 3f5595e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion lib/analysis_options.next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ linter:
- prefer_single_quotes
- prefer_spread_collections
- prefer_typing_uninitialized_variables
- prefer_void_to_null
- provide_deprecation_message
- public_member_api_docs
- recursive_getters
Expand Down
1 change: 1 addition & 0 deletions tool/linter_rules/exclusion_reasons.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"prefer_foreach": "Not specified",
"prefer_mixin": "Not specified",
"prefer_relative_imports": "Incompatible with [always_use_package_imports](https://dart.dev/tools/linter-rules/always_use_package_imports)",
"prefer_void_to_null": "[Has unresolved false positives](https://github.com/dart-lang/linter/issues/4758)",
"unnecessary_final": "Not specified",
"unnecessary_null_aware_operator_on_extension_on_nullable": "Not specified",
"unreachable_from_main": "Not specified",
Expand Down

0 comments on commit 3f5595e

Please sign in to comment.