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
The cookiecutter/init_repo.sh script executes
tools/formatters/enforce_clang_format.sh, which executes
clang-format-10. However, in the existing README.md instructions,
clang-format-10 is not installed until after init_repo.sh is run
(specifically, when tools/ci/provision.sh is run), causing
init_repo.sh to fail if clang-format-10 is not already installed.
Here, we explicitly instruct the reader of README.md to install
clang-format-10 immediately before running init_repo.sh.
0 commit comments