File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 3333 git clang-format master --binary "%CLANG_FORMAT%" --style file -- cppwinrt/*.h cppwinrt/*.cpp fast_fwd/*.h fast_fwd/*.cpp prebuild/*.h prebuild/*.cpp scratch/*.h scratch/*.cpp strings/*.h strings/*.cpp test/*.h test/*.cpp vsix/*.h vsix/*.cpp
3434
3535 if %ERRORLEVEL% neq 0 (
36- echo ::error ERROR: This branch contains changes that have not been formatted with 'clang-format'
36+ echo ::error:: This branch contains changes that have not been formatted with 'clang-format',
3737 echo NOTE: To resolve this issue, you can run 'clang-format' in the following ways:
3838 echo * Run build_test_all.cmd which will run 'clang-format' on _all_ source files. This script is
3939 echo simpler to run, however there's a chance it may touch additional files you never changed due to you having
You can’t perform that action at this time.
0 commit comments