Update Cppcheck and PVS-Studio packages // Resolve #3898

This commit is contained in:
valeros
2021-03-23 21:17:32 +02:00
parent 1542b1cebb
commit 86db237e5d
2 changed files with 9 additions and 2 deletions

View File

@ -20,6 +20,13 @@ PlatformIO Core 5
- Configure a custom pattern to determine when debugging server is started with a new `debug_server_ready_pattern <https://docs.platformio.org/page/projectconf/section_env_debug.html#debug-server-ready-pattern>`__ option
- Fixed an issue with silent hanging when a custom debug server is not found (`issue #3756 <https://github.com/platformio/platformio-core/issues/3756>`_)
* **Static Code Analysis**
- Updated analysis tools:
* `Cppcheck <https://docs.platformio.org/page/plus/check-tools/cppcheck.html>`__ v2.4.1 with new checks and MISRA improvements
* `PVS-Studio <https://docs.platformio.org/page/plus/check-tools/pvs-studio.html>`__ v7.12 with new diagnostics and extended capabilities for security and safety standards
5.1.1 (2021-03-17)
~~~~~~~~~~~~~~~~~~

View File

@ -51,9 +51,9 @@ __core_packages__ = {
"contrib-pysite": "~2.%d%d.0" % (sys.version_info.major, sys.version_info.minor),
"tool-unity": "~1.20500.0",
"tool-scons": "~4.40100.2",
"tool-cppcheck": "~1.230.0",
"tool-cppcheck": "~1.241.0",
"tool-clangtidy": "~1.100000.0",
"tool-pvs-studio": "~7.11.0",
"tool-pvs-studio": "~7.12.0",
}
__check_internet_hosts__ = [