Skip to content

Commit c7297d5

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 7b8d3bc commit c7297d5

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
@@ -1159,6 +1159,8 @@ def check_no_undef_outside_kconfig(self, kconf):
11591159
grep_stdout = git("grep", "--line-number", "-I", "--null",
11601160
"--perl-regexp", regex, "--", ":!/doc/releases",
11611161
":!/doc/security/vulnerabilities.rst",
1162+
":!/doc/nrf/releases_and_maturity",
1163+
":!/doc/nrf/libraries/bin/lwm2m_carrier/CHANGELOG.rst",
11621164
cwd=GIT_TOP)
11631165

11641166
# splitlines() supports various line terminators

0 commit comments

Comments
 (0)