Skip to content

Commit b88fe12

Browse files
committed
fix: use cppcheck 2.8 on windows
1 parent 4b1ffd8 commit b88fe12

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

dist/setup_cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/setup_cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/default_versions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ const DefaultVersions: Record<string, string> = {
1717
task: "3.12.1", // https://github.com/go-task/task/releases
1818
doxygen: process.platform === "darwin" ? "1.9.3" : "1.9.4", // https://www.doxygen.nl/download.html // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=doxygen
1919
gcc: "11", // https://github.com/brechtsanders/winlibs_mingw/releases and // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=gcc
20-
cppcheck: process.platform === "win32" ? "2.7" : "",
2120
}
2221

2322
/// If an ubuntu versions is not in this map:

0 commit comments

Comments
 (0)