engineer-thesis-WUT/clang_script.sh

4 lines
147 B
Bash
Raw Permalink Normal View History

2023-07-02 15:31:19 +02:00
#!/bin/sh
2023-07-11 19:20:19 +02:00
clang-tidy --config-file=./.clang-tidy -p ./build/compile_commands.json ./breakout/resourceManager.cpp
2023-07-06 17:35:25 +02:00
cpplint ./breakout/breakout.cpp