Skip to content

Commit

Permalink
ci: Use clang tidy as checker
Browse files Browse the repository at this point in the history
  • Loading branch information
madskjeldgaard committed Jul 22, 2024
1 parent 465ee01 commit 79a814a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ framework = arduino
build_unflags = -std=gnu++11
build_flags = -std=gnu++17 -fconcepts

; Use clang-tidy when runnning `pio check`
; https://docs.platformio.org/en/stable/advanced/static-code-analysis/tools/clang-tidy.html
check_tool = clangtidy

; Serial monitor speed, make sure this is matched in Serial.begin()
monitor_speed = 115200

Expand Down

0 comments on commit 79a814a

Please sign in to comment.