From 2edd7ae649c6f234db7ecf8306cb187e5b6188eb Mon Sep 17 00:00:00 2001 From: valeros Date: Mon, 31 Aug 2020 15:40:25 +0300 Subject: [PATCH] Update PVS-Studio to the latest v7.09 --- HISTORY.rst | 2 +- platformio/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 78a67f26..6148e40f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -81,7 +81,7 @@ PlatformIO Core 5 - Updated analysis tools: * ``Cppcheck v2.1`` with a new "soundy" analysis option and improved code parser - * ``PVS-Studio v7.08`` with a new file list analysis mode and an extended list of diagnostic rules + * ``PVS-Studio v7.09`` with a new file list analysis mode and an extended list of analysis diagnostics - Added Cppcheck package for ARM-based single-board computers (`issue #3559 `_) - Fixed an issue with PIO Check when a defect with a multiline error message is not reported in verbose mode (`issue #3631 `_) diff --git a/platformio/__init__.py b/platformio/__init__.py index f5d915ff..e940a364 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -53,7 +53,7 @@ __core_packages__ = { "tool-scons": "~2.20501.7" if sys.version_info.major == 2 else "~4.40001.0", "tool-cppcheck": "~1.210.0", "tool-clangtidy": "~1.100000.0", - "tool-pvs-studio": "~7.8.0", + "tool-pvs-studio": "~7.9.0", } __check_internet_hosts__ = [