-
Notifications
You must be signed in to change notification settings - Fork 3
Setup Clang Tidy in VSCode
Ajay Ramachandran edited this page Jun 12, 2021
·
1 revision
- Install
clang-tidy
in your environment (sudo apt update && sudo apt install clang-tidy
) - Install the Clang-Tidy extension
- Add the following lines to
.vscode/settings.json
"clang-tidy.checks": [
"clang-diagnostic-*",
"clang-analyzer-*",
"-*",
"bugprone*",
"modernize*",
"performance*",
"-modernize-use-trailing-return-type"
],
"clang-tidy.buildPath": "./build"
- Getting started
- Environment Variables
- Compiling the SBG Library on Linux\Unix\WSL
- Developing on Windows with VSCode
- Set Environment Variable In Vscode With The Cmake Plugin
- Creating Unit Tests
- Cross compiling for the Raspberry Pi
- Info and Error Logging in the Rocket Code
- Send Folder via SSH
Configuration:
Raspberry Pi Setup:
- Add a new wifi network on the Raspberry Pi
- Connect to Raspberry Pi via SSH
- Important Notes About Setting Up Raspberry Pi
- Running Emulation of Raspberry Pi
Logging Format: