Skip to content

Commit 733dc4f

Browse files
committed
[nrf noup] scripts: ci: check_compliance: Exclude some docs
Adds the NCS release notes folder to the exclusion list for undefined Kconfigs so that old Kconfigs can be used e.g. for old release notes, and lwm2m carrier library changelog. Also adds a nrf7x page which details setup instructions for software on Linux Signed-off-by: Jamie McCrae <[email protected]>
1 parent 6eb8468 commit 733dc4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/ci/check_compliance.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,6 +1174,9 @@ def check_no_undef_outside_kconfig(self, kconf):
11741174
grep_stdout = git("grep", "--line-number", "-I", "--null",
11751175
"--perl-regexp", regex, "--", ":!/doc/releases",
11761176
":!/doc/security/vulnerabilities.rst",
1177+
":!/doc/nrf/releases_and_maturity",
1178+
":!/doc/nrf/libraries/bin/lwm2m_carrier/CHANGELOG.rst",
1179+
":!/doc/nrf/app_dev/device_guides/nrf70/wifi_advanced_security_modes.rst",
11771180
cwd=GIT_TOP)
11781181

11791182
# splitlines() supports various line terminators

0 commit comments

Comments
 (0)