mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 10:37:13 +02:00
Update PVS-Studio to the latest v7.09
This commit is contained in:
@ -81,7 +81,7 @@ PlatformIO Core 5
|
|||||||
- Updated analysis tools:
|
- Updated analysis tools:
|
||||||
|
|
||||||
* ``Cppcheck v2.1`` with a new "soundy" analysis option and improved code parser
|
* ``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>`_)
|
- 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>`_)
|
- 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>`_)
|
||||||
|
@ -53,7 +53,7 @@ __core_packages__ = {
|
|||||||
"tool-scons": "~2.20501.7" if sys.version_info.major == 2 else "~4.40001.0",
|
"tool-scons": "~2.20501.7" if sys.version_info.major == 2 else "~4.40001.0",
|
||||||
"tool-cppcheck": "~1.210.0",
|
"tool-cppcheck": "~1.210.0",
|
||||||
"tool-clangtidy": "~1.100000.0",
|
"tool-clangtidy": "~1.100000.0",
|
||||||
"tool-pvs-studio": "~7.8.0",
|
"tool-pvs-studio": "~7.9.0",
|
||||||
}
|
}
|
||||||
|
|
||||||
__check_internet_hosts__ = [
|
__check_internet_hosts__ = [
|
||||||
|
Reference in New Issue
Block a user