Skip to content

Commit 1f9041c

Browse files
committed
[nrf noup] scripts: ci: check_compliance: Exclude BM docs
nrf-squash! [nrf noup] scripts: ci: check_compliance: Exclude some docs Excludes bare metal release docs from the invalid Kconfig check as these will have old Kconfigs that have been removed Signed-off-by: Jamie McCrae <[email protected]>
1 parent ea285d9 commit 1f9041c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/ci/check_compliance.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1232,6 +1232,7 @@ def check_no_undef_outside_kconfig(self, kconf):
12321232
":!/doc/nrf/releases_and_maturity",
12331233
":!/doc/nrf/libraries/bin/lwm2m_carrier/CHANGELOG.rst",
12341234
":!/doc/nrf/app_dev/device_guides/nrf70/wifi_advanced_security_modes.rst",
1235+
":!/doc/nrf-bm/release_notes",
12351236
cwd=GIT_TOP)
12361237

12371238
# splitlines() supports various line terminators

0 commit comments

Comments
 (0)