Skip to content

Commit c239e7f

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 ba07e6c commit c239e7f

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
@@ -1180,6 +1180,9 @@ def check_no_undef_outside_kconfig(self, kconf):
11801180
grep_stdout = git("grep", "--line-number", "-I", "--null",
11811181
"--perl-regexp", regex, "--", ":!/doc/releases",
11821182
":!/doc/security/vulnerabilities.rst",
1183+
":!/doc/nrf/releases_and_maturity",
1184+
":!/doc/nrf/libraries/bin/lwm2m_carrier/CHANGELOG.rst",
1185+
":!/doc/nrf/app_dev/device_guides/nrf70/wifi_advanced_security_modes.rst",
11831186
cwd=GIT_TOP)
11841187

11851188
# splitlines() supports various line terminators

0 commit comments

Comments
 (0)