cpp-common: move `nlohmann/json.hpp` to `vendor`
[babeltrace.git] / tools / format-cpp.sh
index 754b04d25ca68e71eb67db0737656353617f25da..be9ef74c41a260a7e8dd36ec95d21ea2e9732f3c 100755 (executable)
@@ -45,7 +45,6 @@ format_cpp() {
        # files in specific subdirectories.
        find "$(realpath "$root_dir")" \( -name '*.cpp' -o -name '*.hpp' \) \
                ! -path '*/src/cpp-common/vendor/*' \
-               ! -path '*/src/cpp-common/nlohmann/json.hpp' \
                ! -path '*/src/plugins/ctf/common/metadata/parser.*' \
                ! -path '*/src/plugins/ctf/common/metadata/lexer.*' \
                -print0 | xargs -P"$(nproc)" -n1 -t -0 "${formatter[@]}"
This page took 0.024353 seconds and 4 git commands to generate.