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
This change includes some tools to keep a consistent format of the repository's source files, including:
- a `Checks` workflow which errors if any of a branch's changed files require formatting. We can extend this workflow with copyright header checks in the future and the pre-existing `Check PR Labels` has been folded into it.
- updates to `install_prereqs_desktop.py` to ensure that clang-format is installed.
- updates to `scripts/format_code.py` to reduce logging in non-verbose mode.
- a pre-commit githook. Note that the githook has to be installed manually by copying it from `scripts/git/hooks/pre-commit` to `.git/hooks/pre-commit`
- an update to our Contribution guidelines with formatting instructions.
0 commit comments