chore: unify and fix analysis options across packages#528
Conversation
There was a problem hiding this comment.
Code Review
This pull request cleans up the analysis options by adding the "simple_directive_paths" and "unnecessary_ignore" rules, removing redundant local "analysis_options.yaml" files, and deleting obsolete ignore comments. It also adjusts "await" usages in tests. The review feedback suggests simplifying "return await webSocket.close();" to "await webSocket.close();" in "web_socket_test.dart" for cleaner and more idiomatic asynchronous code.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
Most of the changes here are do to format changes and updating the generated workflow files |
Bump min SDK of pkg:shelf to Dart 3.9