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