From c5438708822bf6d2ac82e78ff58484498b8615e2 Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Thu, 8 Dec 2022 14:56:18 +0000 Subject: [PATCH] Explain that the script is only for the future Signed-off-by: David Horstmann --- scripts/code_style.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/code_style.py b/scripts/code_style.py index 4aa9a40a0f..f93df7b6f1 100755 --- a/scripts/code_style.py +++ b/scripts/code_style.py @@ -1,5 +1,9 @@ #!/usr/bin/env python3 """Check or fix the code style by running Uncrustify. + +Note: The code style enforced by this script is not yet introduced to +Mbed TLS. At present this script will only be used to prepare for a future +change of code style. """ # Copyright The Mbed TLS Contributors # SPDX-License-Identifier: Apache-2.0