[nrf noup] modules: mbedtls: check Kconfig options, not macros #29
compliance.yml
on: pull_request
Run compliance checks on patch series (PR)
3m 11s
Annotations
1 warning and 1 notice
|
Run compliance checks on patch series (PR):
ClangFormat.txt#L0
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#clang-format for more details.
You may want to run clang-format on this change:
-#if defined(CONFIG_MBEDTLS_RSA_C) || \
- defined(CONFIG_MBEDTLS_X509_USE_C)
+#if defined(CONFIG_MBEDTLS_RSA_C) || defined(CONFIG_MBEDTLS_X509_USE_C)
File:modules/mbedtls/configs/config-tf-psa-crypto.h
Line:301
|
|
You may want to run clang-format on this change:
modules/mbedtls/configs/config-tf-psa-crypto.h#L301
modules/mbedtls/configs/config-tf-psa-crypto.h:301
-#if defined(CONFIG_MBEDTLS_RSA_C) || \
- defined(CONFIG_MBEDTLS_X509_USE_C)
+#if defined(CONFIG_MBEDTLS_RSA_C) || defined(CONFIG_MBEDTLS_X509_USE_C)
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#clang-format for more details.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
compliance.xml
|
823 Bytes |
sha256:929f3dd2d2623f6098c6af74c4bb96c8858bf07e4c95745cc71a046315f31f7b
|
|