Added support for the custom Clang-Tidy configuration file // issue #4186

This commit is contained in:
Ivan Kravets
2022-03-30 12:01:17 +03:00
parent 6123d6f9bf
commit f7b5a7bed8
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@ PlatformIO Core 5
- Dropped automatic updates of global libraries and development platforms (`issue #4179 <https://github.com/platformio/platformio-core/issues/4179>`_)
- Dropped support for "pythonPackages" field in "platform.json" manifest in favor of `Extra Python Dependencies <https://docs.platformio.org/en/latest/scripting/examples/extra_python_packages.html>`__
* Added support for the custom `Clang-Tidy <https://docs.platformio.org/en/latest/plus/check-tools/clang-tidy.html>`__ configuration file (`issue #4186 <https://github.com/platformio/platformio-core/issues/4186>`_)
* Improved PIO Remote setup on credit-card sized computers (Raspberry Pi, BeagleBon, etc) (`issue #3865 <https://github.com/platformio/platformio-core/issues/3865>`_)
* Better handling of the failed tests using `Unit Testing <https://docs.platformio.org/en/latest/plus/unit-testing.html>`__ solution

2
docs

Submodule docs updated: af80042f8d...d8a27471c7