Update PVS-Studio to the latest v7.09

This commit is contained in:
valeros
2020-08-31 15:40:25 +03:00
parent 7a49a74135
commit 2edd7ae649
2 changed files with 2 additions and 2 deletions

View File

@ -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 <https://github.com/platformio/platformio-core/issues/3559>`_)
- Fixed an issue with PIO Check when a defect with a multiline error message is not reported in verbose mode (`issue #3631 <https://github.com/platformio/platformio-core/issues/3631>`_)

View File

@ -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__ = [