You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: remove --fatal-infos from analyzer to allow necessary imports
Remove --fatal-infos flag from all analyzer commands in workflows and
melos.yaml. This allows necessary imports that trigger info-level
warnings (like http_parser for MediaType) while still failing on
actual errors and warnings.
The http_parser import in storage_client is necessary as MediaType
is only exported by package:http_parser/http_parser.dart, not by
package:http/http.dart. The analyzer warning is a false positive.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments