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
Enforce include cleaner and regroup includes in cuttlefish/io
- Enable clang-tidy with 'with_include_cleaner' config for cuttlefish/io.
- Fix all include cleaner errors by adding direct includes and removing unused ones.
- Regroup all includes in cuttlefish/io to follow the 5-group style:
1. Corresponding header
2. C headers
3. C++ headers
4. Other projects (absl, gtest, etc.)
5. Current project (cuttlefish/)
- Update BUILD.bazel dependencies for strict deps.
Assisted-by: Gemini:Next
0 commit comments