forked from platformio/platformio-core
Update Clang-Tidy to v15.0.5 // Resolve #4420
This commit is contained in:
@@ -19,6 +19,7 @@ PlatformIO Core 6
|
|||||||
* Added support for Python 3.11
|
* 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>`_)
|
* 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)
|
* 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)
|
6.1.5 (2022-11-01)
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
@@ -49,7 +49,7 @@ __core_packages__ = {
|
|||||||
"contrib-pysite": "~2.%d%d.0" % (sys.version_info.major, sys.version_info.minor),
|
"contrib-pysite": "~2.%d%d.0" % (sys.version_info.major, sys.version_info.minor),
|
||||||
"tool-scons": "~4.40400.0",
|
"tool-scons": "~4.40400.0",
|
||||||
"tool-cppcheck": "~1.270.0",
|
"tool-cppcheck": "~1.270.0",
|
||||||
"tool-clangtidy": "~1.120001.0",
|
"tool-clangtidy": "~1.150005.0",
|
||||||
"tool-pvs-studio": "~7.18.0",
|
"tool-pvs-studio": "~7.18.0",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user