We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0896292 commit 6494c0bCopy full SHA for 6494c0b
analysis_options.yaml
@@ -219,7 +219,7 @@ linter:
219
# - unnecessary_lambdas # has false positives: https://github.com/dart-lang/linter/issues/498
220
- unnecessary_late
221
- unnecessary_library_directive
222
- # - unnecessary_library_name # blocked on https://github.com/dart-lang/lints/issues/181#issuecomment-2018919034
+ # - unnecessary_library_name # blocked on https://github.com/dart-lang/dartdoc/issues/3882
223
- unnecessary_new
224
- unnecessary_null_aware_assignments
225
- unnecessary_null_aware_operator_on_extension_on_nullable
0 commit comments