Skip to content

Commit a10adbc

Browse files
committed
[nrf noup] scripts: ci: check_compliance: Exclude release 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 Signed-off-by: Jamie McCrae <[email protected]>
1 parent d835f56 commit a10adbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/ci/check_compliance.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,6 +1168,8 @@ def check_no_undef_outside_kconfig(self, kconf):
11681168
grep_stdout = git("grep", "--line-number", "-I", "--null",
11691169
"--perl-regexp", regex, "--", ":!/doc/releases",
11701170
":!/doc/security/vulnerabilities.rst",
1171+
":!/doc/nrf/releases_and_maturity",
1172+
":!/doc/nrf/libraries/bin/lwm2m_carrier/CHANGELOG.rst",
11711173
cwd=GIT_TOP)
11721174

11731175
# splitlines() supports various line terminators

0 commit comments

Comments
 (0)