Skip to content

Commit 699d93f

Browse files
authored
add check tools
1 parent 0cb7a0c commit 699d93f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

platform.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,21 @@
117117
"owner": "platformio",
118118
"version": "~2.230.0"
119119
},
120+
"tool-cppcheck": {
121+
"optional": true,
122+
"owner": "platformio",
123+
"version": "^1.21100.241030"
124+
},
125+
"tool-clangtidy": {
126+
"optional": true,
127+
"owner": "platformio",
128+
"version": "^1.190100.0"
129+
},
130+
"tool-pvs-studio": {
131+
"optional": true,
132+
"owner": "platformio",
133+
"version": "^7.18.59866"
134+
},
120135
"tool-cmake": {
121136
"optional": true,
122137
"owner": "platformio",

0 commit comments

Comments
 (0)