From 1a3acca9938a4e5ac85c748c401630a70b3786d6 Mon Sep 17 00:00:00 2001 From: Randolph Sapp Date: Wed, 30 Oct 2024 23:51:08 -0500 Subject: [PATCH] fix(rstcheck): ignore the main replacement vars Ignore the main replacement vars that all platforms should supply. We should probably centralize this list somewhere and provide some defaults later. Signed-off-by: Randolph Sapp --- .rstcheck.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/.rstcheck.cfg b/.rstcheck.cfg index 6723d451b..835c41fc7 100644 --- a/.rstcheck.cfg +++ b/.rstcheck.cfg @@ -3,3 +3,4 @@ ignore_directives = ifconfig # ignore the following languages because they require external compilers and # snippets in this repo depend on external code ignore_language = c,cpp,c++ +ignore_substitutions = __PART_FAMILY_NAME__,__PART_FAMILY_DEVICE_NAMES__,__PRODUCT_LINE_NAME__,__SDK_BUILD_MACHINE__,__SDK_FULL_NAME__,__SDK_SHORT_NAME__,__SDK_INSTALL_FILE__,__SDK_INSTALL_DIR__,__SDK_DOWNLOAD_URL__,__LINUX_UBUNTU_VERSION_LONG__,__LINUX_UBUNTU_VERSION_SHORT__,__OPTEE_PLATFORM_FLAVOR__,__RTOS_UBUNTU_VERSION_LONG__,__WINDOWS_SUPPORTED_LONG__,__FEATURINGMATRIX__,__SYSFW_CORE_NAME__,__PCIE_BASE_ADDRESS__,__PCIE_DEVICE_ID__