From f7b5a7bed8704dd96595be32cd4358ed801b04ed Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 30 Mar 2022 12:01:17 +0300 Subject: [PATCH] Added support for the custom Clang-Tidy configuration file // issue #4186 --- HISTORY.rst | 1 + docs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index bf515ba2..09c548ff 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -28,6 +28,7 @@ PlatformIO Core 5 - Dropped automatic updates of global libraries and development platforms (`issue #4179 `_) - Dropped support for "pythonPackages" field in "platform.json" manifest in favor of `Extra Python Dependencies `__ +* Added support for the custom `Clang-Tidy `__ configuration file (`issue #4186 `_) * Improved PIO Remote setup on credit-card sized computers (Raspberry Pi, BeagleBon, etc) (`issue #3865 `_) * Better handling of the failed tests using `Unit Testing `__ solution diff --git a/docs b/docs index af80042f..d8a27471 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit af80042f8dba2a665d52c99559504f712e0060e1 +Subproject commit d8a27471c7471778edd33fdd2d163f29dec6ce16