This website requires JavaScript.
Explore
Drone CI
Help
Register
Sign In
TeaSpeak
/
spdlog
Watch
1
Star
0
Fork
0
You've already forked spdlog
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
d3f31c6038
spdlog
/
scripts
/
clang_tidy.sh
6 lines
85 B
Bash
Raw
Normal View
History
Unescape
Escape
moved scripts into subdirectory
2019-07-01 06:37:18 -04:00
#!/bin/bash
cd
"
$(
dirname
"
$0
"
)
"
Moved .clang-tidy and .clang-format to scripts dir
2019-07-05 03:49:46 -04:00
clang-tidy ../example/example.cpp -- -I ./include
Reference in New Issue
Copy Permalink