run-clang-tidy-5.0.py
clang-based C++ linter tool
Install
- All systems
-
curl cmd.cat/run-clang-tidy-5.0.py.sh
- Ubuntu
-
apt-get install clang-tidy-5.0
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install clang-tidy-5.0
- Dockerfile
- dockerfile.run/run-clang-tidy-5.0.py