Skip to content

Commit 0781d7e

Browse files
committed
[nrf noup] scripts: ci: check_compliance: fix whitespace
This is a subset of upstream's commit: f2af864 to prevent further dependencies. Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
1 parent 50ed198 commit 0781d7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/ci/check_compliance.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1401,10 +1401,10 @@ def check_no_undef_outside_kconfig(self, kconf):
14011401
"SECURITY_LOADPIN", # Linux, in boards/xtensa/intel_adsp_cavs25/doc
14021402
"SEL",
14031403
"SHIFT",
1404-
"SINGLE_APPLICATION_SLOT", # Used in sysbuild for MCUboot configuration
1405-
"SINGLE_APPLICATION_SLOT_RAM_LOAD", # Used in sysbuild for MCUboot configuration
1406-
"SOC_SDKNG_UNSUPPORTED", # Used in modules/hal_nxp/mcux/CMakeLists.txt
1407-
"SOC_SERIES_", # Used as regex in scripts/utils/board_v1_to_v2.py
1404+
"SINGLE_APPLICATION_SLOT", # Used in sysbuild for MCUboot configuration
1405+
"SINGLE_APPLICATION_SLOT_RAM_LOAD", # Used in sysbuild for MCUboot configuration
1406+
"SOC_SDKNG_UNSUPPORTED", # Used in modules/hal_nxp/mcux/CMakeLists.txt
1407+
"SOC_SERIES_", # Used as regex in scripts/utils/board_v1_to_v2.py
14081408
"SOC_WATCH", # Issue 13749
14091409
"SOME_BOOL",
14101410
"SOME_INT",

0 commit comments

Comments
 (0)