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-02 16:02:11 +02:00
|
|
|
|
2023-07-06 17:35:25 +02:00
|
|
|
cpplint ./breakout/breakout.cpp
|