mirror of
https://github.com/kuhyx/engineer-thesis-WUT.git
synced 2026-07-04 11:43:05 +02:00
4 lines
147 B
Bash
Executable File
4 lines
147 B
Bash
Executable File
#!/bin/sh
|
|
clang-tidy --config-file=./.clang-tidy -p ./build/compile_commands.json ./breakout/resourceManager.cpp
|
|
|
|
cpplint ./breakout/breakout.cpp |