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
sanity_checks: meson format once per project, not once per file
Since we now have tools/format.py to fix any formatting issues, we only
need to report that issues exist, not which file they're in. Run
`meson format --check` once per project instead of once per file,
improving performance.
0 commit comments