reactivemarkets / toolbox-cpp

The Reactive C++ Toolbox is an open source library of C++20 components designed for efficient, asynchronous network applications on the Linux platform.
https://reactivemarkets.github.io/toolbox-cpp/
Other
21 stars 20 forks source link

build: improve clang-format check #137

Closed markaylett closed 3 years ago

markaylett commented 3 years ago

The CI build runs clang-format to check that all files are correctly formatted.

Fix a typo in this check and use the Git "-uno" option so that untracked files are ignored when checking for modifications.

DEV-3273