Skip to content

Commit

Permalink
Remove Dart-2-only lint config causing warning in Dart 3
Browse files Browse the repository at this point in the history
  • Loading branch information
greglittlefield-wf committed Oct 10, 2024
1 parent 9f53995 commit 5412fef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/analyzer_plugin/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ analyzer:
missing_return: warning
# Override workiva_analysis_options upgrade to warning
unused_import: info
import_of_legacy_library_into_null_safe: warning
implementation_imports: warning
# To work around warning "'can_be_null_after_null_aware' isn't a recognized error code" in Dart 3
included_file_warning: info
Expand Down

0 comments on commit 5412fef

Please sign in to comment.