1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-05-02 04:53:55 +00:00
spdlog/clang_tidy.sh
2019-03-23 19:34:50 +02:00

4 lines
119 B
Bash
Executable File

#!/bin/bash
clang-tidy example/example.cpp -- -I ./include
clang-tidy lite-example/example.cpp -- -I./include -I./lite