Update Clang-Tidy to v15.0.5 // Resolve #4420

This commit is contained in:
Valerii Koval
2022-12-05 11:58:01 +02:00
parent 5de541e493
commit 48655ad728
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ PlatformIO Core 6
* Added support for Python 3.11
* Made assets (templates, ``99-platformio-udev.rules``) part of Python's module (`issue #4458 <https://github.com/platformio/platformio-core/issues/4458>`_)
* Import the "zeroconf" module only when a user lists mDNS devices (issue with zeroconf's LGPL license)
* Updated `Clang-Tidy <https://docs.platformio.org/en/latest/plus/check-tools/clang-tidy.html>`__ check tool to v15.0.5 with new diagnostics and bugfixes
6.1.5 (2022-11-01)
~~~~~~~~~~~~~~~~~~

View File

@ -49,7 +49,7 @@ __core_packages__ = {
"contrib-pysite": "~2.%d%d.0" % (sys.version_info.major, sys.version_info.minor),
"tool-scons": "~4.40400.0",
"tool-cppcheck": "~1.270.0",
"tool-clangtidy": "~1.120001.0",
"tool-clangtidy": "~1.150005.0",
"tool-pvs-studio": "~7.18.0",
}