cppcheck add

This commit is contained in:
Peter Buchegger 2020-05-29 20:33:25 +02:00
parent d924cc440f
commit 1383c93a43
2 changed files with 5 additions and 0 deletions

View file

@ -9,4 +9,5 @@ install:
- pip install -U platformio
- platformio update
script:
- platformio check --fail-on-defect low --fail-on-defect medium --fail-on-defect high
- platformio run

View file

@ -4,6 +4,10 @@ framework = arduino
board = ttgo-t-beam
lib_ldf_mode = deep+
monitor_speed = 115200
check_tool = cppcheck, clangtidy
check_flags =
cppcheck: --suppress=*:*.pio\*
#ESP8266 and ESP32 OLED driver for SSD1306 displays
[env:ttgo-t-beam-v1]