Skip to content

Commit 3678dc7

Browse files
authored
add tool-pvs-studio
1 parent 331a791 commit 3678dc7

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

tools/tools.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1527,6 +1527,49 @@
15271527
}
15281528
]
15291529
},
1530+
{
1531+
"name": "tool-pvs-studio",
1532+
"description": "PVS-Studio is a tool for detecting bugs and security weaknesses in the source code of programs, written in C, C++, C# and Java",
1533+
"export_paths": [
1534+
[
1535+
""
1536+
]
1537+
],
1538+
"info_url": "https://www.viva64.com/en/pvs-studio/",
1539+
"install": "always",
1540+
"license": "",
1541+
"supported_targets": [
1542+
"all"
1543+
],
1544+
"version_cmd": [
1545+
""
1546+
],
1547+
"version_regex": "v([0-9.]+)",
1548+
"versions": [
1549+
{
1550+
"linux-amd64": {
1551+
"url": "https://github.com/pioarduino/pvs-studio-free/releases/download/7.18/tool-pvs-studio-linux_x86_64-7.18.59866.tar.gz",
1552+
"size": 11134203,
1553+
"sha256": "7598caec6f33dcb421557bd0728ee1a61b5ddcb4fe04997691c0b9a4324eb44b"
1554+
},
1555+
"macos": {
1556+
"url": "https://github.com/pioarduino/pvs-studio-free/releases/download/7.18/tool-pvs-studio-darwin_x86_64-7.18.59865.tar.gz",
1557+
"size": 5201315,
1558+
"sha256": "0690124cb5319f23e1f827f08ebe85b73091df38f95024dde7a625f8e3d94c10"
1559+
},
1560+
"macos-arm64": {
1561+
"url": "https://github.com/pioarduino/pvs-studio-free/releases/download/7.18/tool-pvs-studio-darwin_x86_64-7.18.59865.tar.gz",
1562+
"size": 5201315,
1563+
"sha256": "0690124cb5319f23e1f827f08ebe85b73091df38f95024dde7a625f8e3d94c10"
1564+
},
1565+
"win64": {
1566+
"url": "https://github.com/pioarduino/pvs-studio-free/releases/download/7.18/tool-pvs-studio-windows-7.18.59865.tar.gz",
1567+
"size": 73911483,
1568+
"sha256": "52491755881605ef6c12c9c3f24d649a096d95e4d37e521e239f694458d1cbfe"
1569+
}
1570+
}
1571+
]
1572+
},
15301573
{
15311574
"description": "contrib-piohome",
15321575
"export_paths": [

0 commit comments

Comments
 (0)