From d380e7ea01c8eca66cc1a9c33c2c67f759205723 Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Wed, 27 Apr 2022 20:47:13 +0300 Subject: [PATCH] Update Cppcheck and PVS-Studio tools to the latest available --- HISTORY.rst | 5 +++++ platformio/__init__.py | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 0088200b..34b0e762 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -52,6 +52,11 @@ Please check `Migration guide from 5.x to 6.0 `__ v2.7 with various checker improvements and fixed false positives + * `PVS-Studio `__ v7.18 with improved and updated semantic analysis system + - Added support for the custom `Clang-Tidy `__ configuration file (`issue #4186 `_) - Added ability to override a tool version using the `platform_packages `__ option (`issue #3798 `_) - Fixed an issue with improper handling of defects that don't specify a source file (`issue #4237 `_) diff --git a/platformio/__init__.py b/platformio/__init__.py index ed31717b..b2ee6b2d 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -50,9 +50,9 @@ __core_packages__ = { "contrib-piohome": "~3.4.1", "contrib-pysite": "~2.%d%d.0" % (sys.version_info.major, sys.version_info.minor), "tool-scons": "~4.40300.0", - "tool-cppcheck": "~1.260.0", + "tool-cppcheck": "~1.270.0", "tool-clangtidy": "~1.120001.0", - "tool-pvs-studio": "~7.14.0", + "tool-pvs-studio": "~7.18.0", } __check_internet_hosts__ = [